saint-francis
10th October 2007, 19:10
I have been trying to encode a HD DVD with MeGUI and x264 and every time x264 crashes. I can load my .evo into the avisynth script creator (albeit very slowly) by following this (http://forum.doom9.org/showthread.php?p=1035422#post1035422) guide. It takes a veritable eon to load into the avisynth script creator. Likewise it takes it's sweet time when I hit enqueue. I have encoded HDTV caps with MeGUI and I don't encounter such a lag. Bu the source in those situations wasn't VC-1 so who knows if the lag I'm experiencing is abnormal. Also when running the encode my system tray will display many instances of Haali media splitter. Some times as many as 8 instances. I have ripped the disk multiple times and remade the graph all to no avail. I was overclocking fairly seriously so I went back to the default clock to no avail. Even though I had encoded for days on end with the previous overclock. I even reinstalled the OS (which is XP for the record). I am simply modifying the HQ Insane profile to be crf 18. After a certain amount of time x264 crashes with only one exception. Once I tried to encode the movie without adding the number of frames I obtained from EVOdemux and it encoded all the way through but the resulting file was ridiculously jumpy. It would skip back and forth between frames frequently. I have now tried to encode the same file seven, yes 7, times without success.
Here's a copy of one of the MeGUI logs. (thanks Berriman for adding the x264 command line back into the log)
Looking for job processor for job...
Processor found!
------------------------------------------------------
Starting job job1 at 12:02:42 PM
Starting preprocessing of job...
Preprocessing finished!
successfully started encoding
Processing ended at 7:22:30 PM
----------------------
Log for job job1
Job commandline: "C:\Program Files\megui\tools\x264\x264.exe" --crf 18.0 --keyint 240 --min-keyint 24 --ref 16 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --sar 1:1 --progress --no-dct-decimate --no-psnr --no-ssim --output "D:\FullDisc\DVD_VOLUME\HVDVD_TS\12 Monkeys.mp4" "D:\FullDisc\DVD_VOLUME\HVDVD_TS\12 Monkeys.avs"
avis [info]: 1280x688 @ 23.98 fps (186534 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX MMXEXT SSE SSE2 SSSE3
x264 [warning]: VBV maxrate specified, but no bufsize.
mp4 [info]: initial delay 250 (scale 2997)
----------------------
End of log for job1
-------------------------------------------------------
Here's a copy of an AVISynth script I have used.
setMTmode (2,0)
DirectShowSource("D:\FullDisc\DVD_VOLUME\HVDVD_TS\12 monkeys.GRF",framecount=186534, audio=false)
AssumeFPS(23.976)
crop( 4, 20, -2, -22)
LanczosResize(1280,688) # Lanczos (Sharp)
Undot() # Minimal Noise
I know many people are able to encode HD DVD material so any input would be much appreciated.
Here's a copy of one of the MeGUI logs. (thanks Berriman for adding the x264 command line back into the log)
Looking for job processor for job...
Processor found!
------------------------------------------------------
Starting job job1 at 12:02:42 PM
Starting preprocessing of job...
Preprocessing finished!
successfully started encoding
Processing ended at 7:22:30 PM
----------------------
Log for job job1
Job commandline: "C:\Program Files\megui\tools\x264\x264.exe" --crf 18.0 --keyint 240 --min-keyint 24 --ref 16 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -2,-1 --subme 7 --trellis 2 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --sar 1:1 --progress --no-dct-decimate --no-psnr --no-ssim --output "D:\FullDisc\DVD_VOLUME\HVDVD_TS\12 Monkeys.mp4" "D:\FullDisc\DVD_VOLUME\HVDVD_TS\12 Monkeys.avs"
avis [info]: 1280x688 @ 23.98 fps (186534 frames)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX MMXEXT SSE SSE2 SSSE3
x264 [warning]: VBV maxrate specified, but no bufsize.
mp4 [info]: initial delay 250 (scale 2997)
----------------------
End of log for job1
-------------------------------------------------------
Here's a copy of an AVISynth script I have used.
setMTmode (2,0)
DirectShowSource("D:\FullDisc\DVD_VOLUME\HVDVD_TS\12 monkeys.GRF",framecount=186534, audio=false)
AssumeFPS(23.976)
crop( 4, 20, -2, -22)
LanczosResize(1280,688) # Lanczos (Sharp)
Undot() # Minimal Noise
I know many people are able to encode HD DVD material so any input would be much appreciated.