diff options
author | Niklas Haas <git@haasn.dev> | 2023-05-07 23:18:43 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2023-05-14 11:21:43 +0200 |
commit | 02f3b9312a99c4ea58211b1ee3d1cb41d04255b8 (patch) | |
tree | 7ffb3e79516094f1c989f348f9d224732a0c01e9 /CREDITS | |
parent | 83b1f3f54ec43a1ab897139160884a99bbd07e71 (diff) | |
download | ffmpeg-02f3b9312a99c4ea58211b1ee3d1cb41d04255b8.tar.gz |
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).
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions