add built-in OSD message for command frame-step
and frame-back-step
to show frame number
#14341
Labels
frame-step
and frame-back-step
to show frame number
#14341
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 beforeframe-step
andframe-back-step
.e.g.
frame-step
from 0 to 1,show-text
shows0 / 12345
not1 / 12345
.frame-back-step
from 1 back to 0,show-text
shows1 / 12345
not0 / 12345
.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
The text was updated successfully, but these errors were encountered: