[FFmpeg-devel] [PATCH 04/25] fftools/ffmpeg_enc: always use video frame durations when available

Nicolas George george at nsup.org
Mon Apr 24 13:22:33 EEST 2023


Anton Khirnov (12023-04-19):
> Previously they would only be used with trivial filtergraphs, because
> filters did not handle frame durations. That is no longer true - most
> filters process frame durations properly (there may still be some that
> don't - this change will help finding and fixing them).
> 
> Improves output video frame durations in a number of FATE tests.

I do not object to this patch nor the one to concat, but I want to state
once again:

The authoritative source of information about frame durations in
libavfilter, be it internally for the caller, is the timestamp of the
next frame, or the timestamp of EOF for the last frame.

Filtered frame durations are only a hint.

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230424/f4a6e6fe/attachment.sig>


More information about the ffmpeg-devel mailing list