3.77.0: smaller downloads, cleaner exports #50
SysAdminDoc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
State of the app for anyone new here. ClearCut is a video editor for Android, current release 3.77.0.
Two recent changes you'll actually notice. Releases are now built per ABI, so your phone downloads roughly 92 MB instead of the 349 MB universal build. And the FFmpeg H.264 encoder is now selected explicitly rather than inheriting whatever the build system defaulted to, which removes a licensing ambiguity and makes export behaviour predictable across devices.
Less visible but worth mentioning: user paths are redacted from logs now, export failures tell you something actionable instead of failing with a shrug, and the dependency graph is gated and pinned so builds reproduce.
Testing happens on real hardware, primarily a Galaxy S22 Ultra. But Android being Android, your phone is probably a configuration I've never run, and codec quirks are exactly the kind of bug that hides from a one-device test bench. Device reports are the most valuable thing you can give this project, and the thread pinned alongside this one exists for exactly that.
One more thing. Spanish is currently the only translation, out of roughly 2,300 strings. If you can translate even a screen's worth into your language, there's an issue open for it and I'll take partial contributions gladly.
All reactions