We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mpv 0.33.0 Ubuntu 20.04.5
What I'd like to do is name the clips using the scheme I usually go with - output_template = "clip_%tY-%tm-%td_%04n"
output_template = "clip_%tY-%tm-%td_%04n"
expected result: clip_2023-02-02_0001.mp4 clip_2023-02-02_0002.mp4 clip_2023-02-02_0003.mp4 ... result: clip_2023-02-02_%04n.mp4
clip_2023-02-02_0001.mp4
clip_2023-02-02_0002.mp4
clip_2023-02-02_0003.mp4
...
clip_2023-02-02_%04n.mp4
The text was updated successfully, but these errors were encountered:
really want this too, would make clips way easier to maintain
Sorry, something went wrong.
Ditto
No branches or pull requests
mpv version and platform
mpv 0.33.0
Ubuntu 20.04.5
Description
What I'd like to do is name the clips using the scheme I usually go with -
output_template = "clip_%tY-%tm-%td_%04n"
expected result:
clip_2023-02-02_0001.mp4
clip_2023-02-02_0002.mp4
clip_2023-02-02_0003.mp4
...
result:
clip_2023-02-02_%04n.mp4
The text was updated successfully, but these errors were encountered: