Changes between Version 1 and Version 2 of vpxEncodingGuide
- Timestamp:
- 02/24/2013 08:37:47 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
vpxEncodingGuide
v1 v2 19 19 == Variable Bitrate == 20 20 21 libvpx offers two different variable bitrate modes, but FFmpeg (at the moment) only uses the one called "Constant Quality" (CQ). Like in the x264 encoder (for H.264 video), a constant quality mode will ensure that every frame gets the number of bits it deserves to achieve a certain quality level, rather than forcing the stream to have an average bit rate. This results in overall better quality and should be the default method of encoding video with libvpx.21 libvpx offers two different variable bitrate modes, which are very similar. Like in the x264 encoder (for H.264 video), a constant quality mode will ensure that every frame gets the number of bits it deserves to achieve a certain quality level, rather than forcing the stream to have an average bit rate. This results in overall better quality and should be the default method of encoding video with libvpx. 22 22 23 23 There are four important parameters for encoding VBR with libvpx, all of which are optional, but there are some caveats:


