1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-03 14:32:16 +02:00
Niklas Haas 02f3b9312a lavfi/vf_libplacebo: allow fps conversion
This exposes libplacebo's frame mixing functionality to vf_libplacebo,
by allowing users to specify a desired target fps to output at. Incoming
frames will be smoothly resampled (in a manner determined by the
`frame_mixer` option, to be added in the next commit).

To generate a consistently timed output stream, we directly use the
desired framerate as the timebase, and simply output frames in
sequential order (tracked by the number of frames output so far).
2023-05-14 11:21:43 +02:00
..
2023-03-01 21:59:10 +01:00
2019-02-11 10:13:31 +05:30
2022-06-13 22:42:55 +02:00
2023-03-01 21:59:10 +01:00
2019-02-10 16:46:56 +01:00
2020-09-08 14:29:19 +02:00
2021-06-18 18:58:25 +02:00