how to print video FPS cmd/txt without playback #15177
Answered
by
geextahslex
geextahslex
asked this question in
Q&A
-
Hi, I need to get the video FPS information without starting video playback and put it into a txt file Here you can see, it gave me the information but started also the video. Thanks for any help :) |
Beta Was this translation helpful? Give feedback.
Answered by
geextahslex
Oct 26, 2024
Replies: 1 comment
-
mpv --vo=null --no-video --no-audio --msg-level=cplayer=info test.mkv > fps.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
geextahslex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mpv --vo=null --no-video --no-audio --msg-level=cplayer=info test.mkv > fps.txt