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

%04n output_template naming #167

Open
Meowsod opened this issue Feb 5, 2023 · 2 comments
Open

%04n output_template naming #167

Meowsod opened this issue Feb 5, 2023 · 2 comments

Comments

@Meowsod
Copy link

Meowsod commented Feb 5, 2023

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

@mianmur
Copy link

mianmur commented Mar 2, 2023

really want this too, would make clips way easier to maintain

@Bonboon229
Copy link

Ditto

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

3 participants