This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ffmpeg
Watch
2
Star
0
Fork
You've already forked ffmpeg
0
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2025-12-08 06:09:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
96ddce1b3c
ffmpeg
/
tests
/
filtergraphs
/
setpts
3 lines
73 B
Text
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 a new issue
Copy permalink