devhyper / open-video-editor

Open source Android video editor, built with Media3 and Jetpack Compose.
GNU General Public License v3.0
349 stars 15 forks source link

[feature request] Lossless trimming/cutting mode #26

Closed plum7x closed 6 months ago

plum7x commented 8 months ago

A feature to lossless cut video that is very useful for save time and storage by rough-cutting and keep quality.

And to avoid the broken beginning of output video, use the keyframe as actually starting point that closest to the starting point by user specified.

In Windows, we have LosslessCut, but I don't see any app with this feature in Android.

RustoMCSpit commented 8 months ago

https://github.com/mifi/lossless-cut gplv2 license

devhyper commented 6 months ago

641f071