ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
554 stars 32 forks source link

%04n output_template naming #167

Open Meowsod opened 1 year ago

Meowsod commented 1 year ago

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 commented 1 year ago

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