View Single Post
Old 23rd June 2019, 16:22   #8868  |  Link
LouieChuckyMerry
Registered User
 
LouieChuckyMerry's Avatar
 
Join Date: Feb 2014
Posts: 355
Hello. I'm trying to get 64 bit MeGUI-AviSynth+ running properly but am experiencing technical difficulties, so here I am looking for help from the really³ smart people who frequent this thread . I'm to the point where I can index and queue my script but when I attempt to run it x264 crashes with the error message "H.264 (MPEG-4 AVC) encoder has stopped working". Here's the error log:

Quote:
[Error] Log
-[Information] Versions
--[Information] MeGUI: 2908 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: development update server
--[Information] System Information
---[Information] Operating System: Windows 7 Premium x64 SP1 (6.1.7601.24468)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.7 (4.7.03062)
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2010 x64: 10.0.40219
----[Information] Microsoft Visual C++ 2010 x86: 10.0.40219
----[Information] Microsoft Visual C++ 2015 x64: 14.0.23506
----[Information] Microsoft Visual C++ 2017 x86: 14.14.26429
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1600x900
----[Information] Primary Screen: True
--[Information] Component Information
---[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013)
---[Information] Haali DSS2: (14-04-2013)
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
---[Information] MediaInfo: 18.05.0.0 (08-05-2018)
---[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
---[Information] 7z: 9.20 (18-11-2010)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.2847.0
----[Information] Date: 06-05-2018
----[Information] Interface: 3
---[Information] AviSynth
----[Information] File Version: 0.1
----[Information] File Date: 20-12-2018
----[Information] File Name: AviSynth+ 0.1 (r2772, MT, x86_64)
----[Information] File Path: c:\windows\system32\avisynth.dll
----[Information] AviSynth Version: AviSynth+ 0.1 (r2772, MT, x86_64)
----[Information] AviSynth+: true
----[Information] AviSynth MT: true
-[Information] Update detection
--[Information] [23 Jun 19 11:10:47] Using cached update config and server: http://megui.org/auto/
--[Information] [23 Jun 19 11:10:47] No package requires an update
--[Information] [23 Jun 19 11:10:49] redist files copied: 2017_x64
-[Error] Log for job1 (video, 64BitMeGUI-AviSynth+Test.mkv.avs -> 64BitMeGUI-AviSynth+Test.mkv.264)
--[Information] [23 Jun 19 11:11:04] Started handling job
--[Information] [23 Jun 19 11:11:04] Preprocessing
--[Information] [23 Jun 19 11:11:04] AviSynth input script
---[NoImage] # Set DAR in encoder to 960 : 539. The following line is for automatic signalling
---[NoImage] global MeGUI_darx = 960
---[NoImage] global MeGUI_dary = 539
---[NoImage] LoadPlugin("F:\[0]StandAloneApps\MeGUI-64bit[Portable]\tools\lsmash\LSMASHSource.dll")
---[NoImage] LWLibavVideoSource("D:\Temp\[0000]ReEncTemp\64BitMeGUI-AviSynth+Test\64BitMeGUI-AviSynth+Test.mkv")
---[NoImage] # Deinterlace
---[NoImage] # Color Conversion
---[NoImage] # Color Adjustment
---[NoImage] # Crop
---[NoImage] # Denoise
---[NoImage] # Resize
---[NoImage] # Sharpen
---[NoImage] # Deband
---[NoImage] # Dither
---[NoImage] SetFilterMTMode("Default_MT_Mode",2)
---[NoImage] SMDegrain(TR=3,ThSAD=300,RefineMotion=True,Plane=0,Chroma=False,n16=True,n16_Out=True)
---[NoImage] FastLineDarkenMod4()
---[NoImage] ConvertToDoubleWidth()
---[NoImage] F3KDB(Y=100,Cb=100,Cr=100,GrainY=0,GrainC=0,Input_Mode=2,Output_Mode=2)
---[NoImage] ConvertFromDoubleWidth()
---[NoImage] ## Trim()
---[NoImage] # SelectRangeEvery(1000,66)
---[NoImage] PreFetch(3)
--[Information] [23 Jun 19 11:11:05] resolution: 1920x1078
--[Information] [23 Jun 19 11:11:05] frame rate: 24006/1001
--[Information] [23 Jun 19 11:11:05] frames: 1757
--[Information] [23 Jun 19 11:11:05] length: 00:01:13.263
--[Information] [23 Jun 19 11:11:05] aspect ratio: 960:539 (1.781)
--[Information] [23 Jun 19 11:11:05] color space: YUV420P16
--[Information] [23 Jun 19 11:11:06] Job command line: "F:\[0]StandAloneApps\MeGUI-64bit[Portable]\tools\x264\x264.exe" --keyint 240 --sar 1:1 --frames 1757 --output "D:\Temp\[0000]ReEncTemp\64BitMeGUI-AviSynth+Test\64BitMeGUI-AviSynth+Test.mkv.264" "D:\Temp\[0000]ReEncTemp\64BitMeGUI-AviSynth+Test\64BitMeGUI-AviSynth+Test.mkv.avs"
--[Information] [23 Jun 19 11:11:06] Process started
--[Information] [23 Jun 19 11:11:06] Standard output stream
--[Information] [23 Jun 19 11:11:06] Standard error stream
--[Error] [23 Jun 19 11:11:13] Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION (-1073741819)
--[Information] [23 Jun 19 11:11:13] Job completed
I can read the log, but deciphering it is another matter all together . Any help is much appreciated.

Last edited by LouieChuckyMerry; 23rd June 2019 at 16:23. Reason: Is Isn't It
LouieChuckyMerry is offline   Reply With Quote