Skip to content

avvidenc: Set timebase in the ffmpeg context to nanoseconds and set framerate

Sebastian Dröge requested to merge slomo/gstreamer:avvidenc-timebase into main

As we now actually use the timestamps from ffmpeg for timestamping the output we would lose a lot of accuracy if the framerate is used.

Fixes #1544 (closed)

Merge request reports