Thread: MeGUI x64
View Single Post
Old 28th January 2018, 20:39   #389  |  Link
Bexley
Registered User
 
Join Date: Mar 2005
Posts: 64
I'm getting a crash when encoding to x264 that I do not get with Megui x32 using the exact same config. I'm ripping DVDs and encoding to x264 for my media server. If I download, unzip, run AVS script creator, and encode with the default x264 scratchpad settings it works perfectly. But the minute I change my x264 settings for 480i source, x264 crashes when the encode starts.

Code:
LoadPlugin("C:\MeGUI-2808-64\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\E4190\VIDEO_TS\VTS_03_1.d2v", info=3)
LoadPlugin("C:\MeGUI-2808-64\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
#deinterlace
#crop
#resize
#denoise
Default scratchpad settings runs like a raped ape at 300fps, it's awesome. When I load my NTSC 480i preset (this is true video) I get a crash as soon as x264 loads.

Code:
program --level 4.1 --bluray-compat --preset veryslow --tune film --crf 20 --keyint 30 --open-gop --slices 4 
--vbv-bufsize 30000 --vbv-maxrate 40000 --tff --colorprim smpte170m --transfer smpte170m --colormatrix smpte170m 
--sar 10:11 --output "output" "input"
Code:
--[Information] [1/28/2018 1:12:54 PM] Started handling job
--[Information] [1/28/2018 1:12:55 PM] Preprocessing
--[Information] [1/28/2018 1:12:55 PM] AviSynth input script
---[NoImage] LoadPlugin("C:\MeGUI-2808-64\tools\dgindex\DGDecode.dll")
---[NoImage] DGDecode_mpeg2source("C:\E4190\VIDEO_TS\VTS_03_1.d2v", info=3)
---[NoImage] LoadPlugin("C:\MeGUI-2808-64\tools\avisynth_plugin\ColorMatrix.dll")
---[NoImage] ColorMatrix(hints=true, threads=0)
---[NoImage] #deinterlace
---[NoImage] #crop
---[NoImage] #resize
---[NoImage] #denoise
--[Information] [1/28/2018 1:12:55 PM] resolution: 720x480
--[Information] [1/28/2018 1:12:55 PM] frame rate: 30000/1001
--[Information] [1/28/2018 1:12:55 PM] frames: 44311
--[Information] [1/28/2018 1:12:55 PM] aspect ratio: 3:2 (1.500)
--[Information] [1/28/2018 1:12:55 PM] target device selected: Blu-ray
--[Information] [1/28/2018 1:12:55 PM] changing --keyint to 30 as required for the selected device
--[Information] [1/28/2018 1:12:55 PM] Job command line: "C:\MeGUI-2808-64\tools\x264\x264.exe" --level 4.1 --bluray-compat \
 --preset veryslow --tune film --crf 20 --keyint 30 --open-gop --slices \
 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --tff --colorprim \
smpte170m --transfer smpte170m --colormatrix smpte170m --sar \
10:11 --output "C:\E4190\VIDEO_TS\VTS_03_1.264" "C:\E4190\VIDEO_TS\VTS_03_1.avs" 
--[Information] [1/28/2018 1:12:55 PM] Process started
--[Information] [1/28/2018 1:12:55 PM] Standard output stream
--[Information] [1/28/2018 1:12:55 PM] Standard error stream
--[Error] [1/28/2018 1:12:57 PM] Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION (-1073741819)
--[Information] [1/28/2018 1:12:57 PM] Job completed
I do not get this crash using MeGui x32 with the same preset. Only the x64 version. Any thoughts?
Bexley is offline   Reply With Quote