paulpacifico / shutter-encoder

A professional video compression tool accessible to all, mostly based on FFmpeg.
https://www.shutterencoder.com
GNU General Public License v3.0
1.06k stars 60 forks source link

Cut without re-encoding, support for multiple clip segments #240

Closed Leroy-X closed 3 weeks ago

Leroy-X commented 3 weeks ago

Currently, it seems only a single segment is supported. I’d like to see support for multiple segments. LosslessCut handles this by exporting multiple segments and then merging them into one. It would be great to add a similar feature.

Thanks

paulpacifico commented 3 weeks ago

You can achieve something similar using the render queue from the 3 lines icon (next to 'Start function' button) to add multiple segments then use the 'Merge' function.

Leroy-X commented 3 weeks ago

Thanks for your reply, that's helpful