agentusa
19th February 2008, 18:00
I'm encoding a 720p MPEG 4 AVC file for my Apple TV using an HD-DVD source and the VAQ 0.48 version of x264.exe. After a lot of trial and error, the following settings seem to work well for me.
--crf 18 --progress --ref 3 --bframes 6 --deblock -0:0 --subme 5 --me umh --trellis 1 --threads 3 --thread-input --no-fast-pskip --no-cabac
The average bitrate falls between 6000-7000 kbps. But I'm still seeing some dropped frames and stuttering which I'm assuming is due to bitrate spikes. I know vbv-maxbitrate and vbv-bufsize can help but I have no idea what values I should use. Any suggestions?
Thanks.
--crf 18 --progress --ref 3 --bframes 6 --deblock -0:0 --subme 5 --me umh --trellis 1 --threads 3 --thread-input --no-fast-pskip --no-cabac
The average bitrate falls between 6000-7000 kbps. But I'm still seeing some dropped frames and stuttering which I'm assuming is due to bitrate spikes. I know vbv-maxbitrate and vbv-bufsize can help but I have no idea what values I should use. Any suggestions?
Thanks.