leoenc
21st April 2007, 17:11
Hi everyone,
I have read the discussions with akupenguin regarding how to achieve CBR.
The only way I can generate a stream that does not peak over the specified bitrate, is when using a VBV bufsize of the same bitrate.
However, this causes ugly "artifact flashes" from time to time, making the video unacceptable.
If VBV bufsize is set to 0, the artifact flashes are gone, but the stream peaks way above the specified bit rate.
Below is the generated command line from MeGUI. Can anyone help?
--bitrate 2000 --level 3 --keyint 40 --ref 3 --mixed-refs --bframes 3 --b-rdo --bime --weightb --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4 --qpmin 1 --vbv-bufsize 2000 --vbv-maxrate 2000 --ratetol 0.1 --threads auto --thread-input --progress --no-psnr --no-ssim --output "E:\test.264" "E:\test.avs"
I have read the discussions with akupenguin regarding how to achieve CBR.
The only way I can generate a stream that does not peak over the specified bitrate, is when using a VBV bufsize of the same bitrate.
However, this causes ugly "artifact flashes" from time to time, making the video unacceptable.
If VBV bufsize is set to 0, the artifact flashes are gone, but the stream peaks way above the specified bit rate.
Below is the generated command line from MeGUI. Can anyone help?
--bitrate 2000 --level 3 --keyint 40 --ref 3 --mixed-refs --bframes 3 --b-rdo --bime --weightb --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4 --qpmin 1 --vbv-bufsize 2000 --vbv-maxrate 2000 --ratetol 0.1 --threads auto --thread-input --progress --no-psnr --no-ssim --output "E:\test.264" "E:\test.avs"