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

Can't export when using negative scaling. #82

Open justinmcgrath opened 1 week ago

justinmcgrath commented 1 week ago

If you add a scale factor using x -100, y 100, which will mirror the image, it gives an error when trying to export the file. Screenshot_2024-06-28-18-48-02-61_89e4a83e82cfcb4dda0f370c2f12c298

It displays properly in the app, so it seems specific to exporting.

When using a positive scaling factor everything works fine.