guista
1st January 2011, 20:41
Hi all,
I used to reencode my bluray disks using x264/MeGUI.
I do this so I can play it on my multimedia box. After several tries, I determined that if the input video rate is more than 5500 bps then the video played on my box is choppy.
To be under this limit I reencode my blurays at 5000 bps and it works fine except some (rare) cases when the video becomes choppy for a few seconds.
This happens on some specific scenes of a movie, specially on the rough sea scenes or stormy sky scenes.
I suppose this is because on a rough sea/stormy sky, many pixels are changing from one picture to another so the x264 codec have to increase the bitrate to preserve the quality. Because my box can not work correctly at a vbr greater than 5500 bps, the resulting video is choppy.
* Could you confirm I am right (cf. my x264 command line) ?
I suppose this is because x264 works with a variable bit rate.
* What would happen if I changed the "--vbv-maxrate" to 5000 (equals to "--bitrate 5000") instead of 50000 (the default value set by MeGUI) so I finally set a fixed bit rate ?
Thanks in advance for your help.
My x264 command line:
x264.exe --level 4.1 --preset fast --pass 2 --bitrate 5000 --stats ".stats" --deblock -1:-1 --b-pyramid none --vbv-bufsize 50000 --vbv-maxrate 50000 --no-mbtree --direct auto --subme 4 --trellis 0 --output "output" "input"
I used to reencode my bluray disks using x264/MeGUI.
I do this so I can play it on my multimedia box. After several tries, I determined that if the input video rate is more than 5500 bps then the video played on my box is choppy.
To be under this limit I reencode my blurays at 5000 bps and it works fine except some (rare) cases when the video becomes choppy for a few seconds.
This happens on some specific scenes of a movie, specially on the rough sea scenes or stormy sky scenes.
I suppose this is because on a rough sea/stormy sky, many pixels are changing from one picture to another so the x264 codec have to increase the bitrate to preserve the quality. Because my box can not work correctly at a vbr greater than 5500 bps, the resulting video is choppy.
* Could you confirm I am right (cf. my x264 command line) ?
I suppose this is because x264 works with a variable bit rate.
* What would happen if I changed the "--vbv-maxrate" to 5000 (equals to "--bitrate 5000") instead of 50000 (the default value set by MeGUI) so I finally set a fixed bit rate ?
Thanks in advance for your help.
My x264 command line:
x264.exe --level 4.1 --preset fast --pass 2 --bitrate 5000 --stats ".stats" --deblock -1:-1 --b-pyramid none --vbv-bufsize 50000 --vbv-maxrate 50000 --no-mbtree --direct auto --subme 4 --trellis 0 --output "output" "input"