Kagami / mpv_slicing

Cut video fragments with mpv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slices overwrite each other

himanshuxd opened this issue · comments

This script is just great and gets the job done for most people but if I cut slices of the same video, ffmpeg due to the -y flag overwrites the previous slice and therefore only the last slice is saved. To overcome this, a counter variable can be used imo.

Update : It seems Windows doesn't support filenames with ':' character and editing the out file name to not reflect time stamps caused this issue.

Why not just remove the semicolons from the timestamp then? Or replace it with the standard format of timestamps (which is in milliseconds since 1970 I believe)

Why not just remove the semicolons from the timestamp then? Or replace it with the standard format of timestamps (which is in milliseconds since 1970 I believe)

yes I did just that.