ekisu / mpv-webm

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

[Feature Request] Appending Segments #105

Open Shudouken opened 3 years ago

Shudouken commented 3 years ago

I've previously used Zehkul's convert script which has an option to stitch multiple video segments together into one output file. It works similarly to the concat filter in ffmpeg. Instead of hitting the encode button after setting the start and end times for the first clip, hitting append segment lets you choose another clip, and so on. The output file then consists of all the individual segments one after another. Would something like this be possible?