VERTIGGO
16th January 2009, 11:30
I am using this batch to compress a vc-1 in .mkv to AVC in .mkv.
I used a "trim" function and successfully pulled 400 frames from the middle and the quality was great, but when I left it overnight on the entire clip, there was no output and the cmd had disappeared (crash i guess). The pc had not restarted.
x264 --pass 1 --bitrate 9500 --bframes 3 --b-pyramid --direct auto --deblock -3:-3 --subme 1 --analyse none --me dia --threads auto --thread-input --progress --no-psnr --no-ssim -o NUL HDDVD.avs
x264 --pass 2 --bitrate 9500 --progress --threads auto -b 3 --b-bias 5 --b-pyramid --weightb --subme 6 -8 -t 1 -o "C:\_RIPPED\HDDVD Hybrid.mkv" HDDVD.avs
pause
Is there something obviously wrong with this code or would it be codecs or do I need to blame the overclock or something?
Thanks!
I used a "trim" function and successfully pulled 400 frames from the middle and the quality was great, but when I left it overnight on the entire clip, there was no output and the cmd had disappeared (crash i guess). The pc had not restarted.
x264 --pass 1 --bitrate 9500 --bframes 3 --b-pyramid --direct auto --deblock -3:-3 --subme 1 --analyse none --me dia --threads auto --thread-input --progress --no-psnr --no-ssim -o NUL HDDVD.avs
x264 --pass 2 --bitrate 9500 --progress --threads auto -b 3 --b-bias 5 --b-pyramid --weightb --subme 6 -8 -t 1 -o "C:\_RIPPED\HDDVD Hybrid.mkv" HDDVD.avs
pause
Is there something obviously wrong with this code or would it be codecs or do I need to blame the overclock or something?
Thanks!