Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-vf mpdecimate,setpts=N/FRAME_RATE/TB frame rate not detected 7.0.x #140

Closed
ruboard opened this issue Jun 9, 2024 · 3 comments
Closed

Comments

@ruboard
Copy link

ruboard commented Jun 9, 2024

-vf mpdecimate,setpts=N/FRAME_RATE/TB frame rate not detected 7.0.x
No information about the input framerate is available. Falling back to a default value
of 25fps. Use the -r option if you want a different framerate.

the input file is the most common h264, full metadata .30fps
ffmpeg 6.x as it should, the frame rate is determined automatically!

@GyanD
Copy link
Owner

GyanD commented Jun 9, 2024

There was a change made to setpts filter so it no longer relays the input framerate. If you add -fps_mode passthrough the timestamps set by setpts won't get altered.

You can open a ticket at trac.ffmpeg.org if you want to ask to restore the old behaviour.

@ruboard
Copy link
Author

ruboard commented Jun 9, 2024

Thank you. I checked. It works.
Now it should look like this, right ?: -vf mpdecimate,setpts=N/FRAME_RATE/TB -fps_mode passthrough

7.x is just a big commotion. There is clearly a lack of information about command changes. It's all surprises!
Could you please provide a link with a complete list of changes specifically for commands (v6.1.1 vs 7.0) ?

@GyanD
Copy link
Owner

GyanD commented Jun 10, 2024

ffmpeg has hundreds of components - there's no comprehensive list of all changes with implications for command-line users.

@GyanD GyanD closed this as not planned Won't fix, can't repro, duplicate, stale Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants