This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2025-11-23 21:54:53 +02:00
Code
Issues
Releases
Activity
Files
36e5576a44b36698614e95956c5cb6b213c29ef3
FFmpeg
/
tests
/
filtergraphs
/
setpts
3 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
FATE: add a test for the setpts filter
2013-03-13 11:03:08 +01:00
settb=1/1000,
avfilter/setpts: add option strip_fps to decide framerate handling 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
2025-01-23 10:52:16 +05:30
setpts=1/(35*TB) * (N + 0.05 * sin(N*2*PI/25)):strip_fps=1
Reference in New Issue
Copy Permalink