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

add built-in OSD message for command frame-step and frame-back-step to show frame number #14341

Open
verygoodlee opened this issue Jun 11, 2024 · 2 comments

Comments

@verygoodlee
Copy link

verygoodlee commented Jun 11, 2024

Expected behavior of the wanted feature

I think frame number is an important message, it's useful for compare scaling filters/shaders, open same file in two window and ensure that they are exactly in the same frame.

Try to add OSD message by myself, but the show-text shows the frame number before frame-step and frame-back-step.
e.g.
frame-step from 0 to 1, show-text shows 0 / 12345 not 1 / 12345.
frame-back-step from 1 back to 0, show-text shows 1 / 12345 not 0 / 12345.

KEY1   frame-step; show-text "${estimated-frame-number} / ${estimated-frame-count}"
KEy2   frame-back-step; show-text "${estimated-frame-number} / ${estimated-frame-count}"

So a built-in OSD message is needed, if some people don't like it, add no-osd prefix to disable it.

Alternative behavior of the wanted feature

N/A

Log File

N/A

Sample Files

N/A

@hooke007
Copy link
Contributor

may be related #13487

@GalaxySnail
Copy link

FWIW, clicking the "time elapsed" button on the OSC can display timecodes with milliseconds. It may be good enough for most 60fps videos.

[1] https://mpv.io/manual/master/#on-screen-controller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants