devhyper / open-video-editor

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

non-destructive editing #38

Closed RustoMCSpit closed 4 months ago

RustoMCSpit commented 4 months ago

https://github.com/devhyper/open-video-editor/issues/32

ive decided this needs to be a broader, over-all design issue. the app shouldnt be destructive and it's best to work on that as it is just new rather than designing it for ywars in a way that prevents this

RustoMCSpit commented 4 months ago

@devhyper i think this should be prioritised as going further without it will fuck the editor in the long and short run but it's your call 🙏

devhyper commented 4 months ago

@devhyper i think this should be prioritised as going further without it will fuck the editor in the long and short run but it's your call 🙏

By non-destructive editing do you mean being able to reverse changes? This should already be implemented.

RustoMCSpit commented 4 months ago

@devhyper i think this should be prioritised as going further without it will fuck the editor in the long and short run but it's your call 🙏

By non-destructive editing do you mean being able to reverse changes? This should already be implemented.

how do you un-do greyscale?

devhyper commented 4 months ago

Click the layers icon, then click the trash icon next to grayscale.

RustoMCSpit commented 4 months ago

Click the layers icon, then click the trash icon next to grayscale.

ahh i see, if this is the case for all effects close this