orion44
18th July 2012, 19:29
Hi,
I have a DVD which I want to backup with x264, in two-pass encoding mode.
Do I need to specify x264 tune presets and bitrate in both passes?
Should I use slow first pass, and does it increase picture quality?
Do slower presets increase picture quality or compression, or both?
Here is my batch script:
C:
CD C:\Program Files (x86)\x264
x264.exe --tune film -I 250 -i 25 -r 4 -B 700 -p 1 --stats D:\Project\Stats.log --direct auto -o D:\Project\Video.mkv D:\Project\AviSynthScript.avs
x264.exe --tune film -I 250 -i 25 -r 4 -B 700 -p 2 --stats D:\Project\Stats.log --direct auto -o D:\Project\Video.mkv D:\Project\AviSynthScript.avs
I have a DVD which I want to backup with x264, in two-pass encoding mode.
Do I need to specify x264 tune presets and bitrate in both passes?
Should I use slow first pass, and does it increase picture quality?
Do slower presets increase picture quality or compression, or both?
Here is my batch script:
C:
CD C:\Program Files (x86)\x264
x264.exe --tune film -I 250 -i 25 -r 4 -B 700 -p 1 --stats D:\Project\Stats.log --direct auto -o D:\Project\Video.mkv D:\Project\AviSynthScript.avs
x264.exe --tune film -I 250 -i 25 -r 4 -B 700 -p 2 --stats D:\Project\Stats.log --direct auto -o D:\Project\Video.mkv D:\Project\AviSynthScript.avs