You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
In f121d95, the outlink framerate was unconditionally unset.
This breaks/bloats outputs from CFR muxers unless the user explicitly
sets a sane framerate. And the most common invocation for setpts seen in
workflows, our docs and across the web is `PTS-STARTPTS` or others of the
general form `PTS+constant` which preserves the input framerate.
Default value is false, which restores old behaviour.
Fixes #11428
3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
settb=1/1000,
|
|
setpts=1/(35*TB) * (N + 0.05 * sin(N*2*PI/25)):strip_fps=1
|