Skip to content

avvidenc: Offset PTS to zero to fix bitrate control

Otherwise ffmpeg's rate control algorithm will not work correctly as it is based on the absolute PTS values.

Fixes gst-libav#91 (closed)

Merge request reports