[FFmpeg-devel] [PATCH] libvpx: Disable frame dropping as rate control method

Martin Storsjö martin
Sun Jun 6 22:31:26 CEST 2010


Hi,

libvpx has the feature of dropping frames as a rate control method, 
enabled by default:

  * Temporal resampling allows the codec to "drop" frames as a strategy to
  * meet its target data rate. This can cause temporal discontinuities in
  * the encoded video, which may appear as stuttering during playback. This
  * trade-off is often acceptable, but for many applications is not. It can
  * be disabled in these cases.

I'm not particularly fond of this feature, I'd much rather get a bitrate 
slightly too high compared to suddenly getting half the framerate. The 
attached patch disables this in the libvpx wrapper - is this ok as 
default, or should it be changeable through some AVCodecContext field?

// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libvpx-Disable-frame-dropping-as-rate-control-method.patch
Type: text/x-diff
Size: 853 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100606/05000cc1/attachment.patch>



More information about the ffmpeg-devel mailing list