Compressor Alternatives
Similar projects and alternatives to Compressor based on common topics and language
-
Podcini
Open source podcast instrument for Android supporting contents from YouTube and YT Music as well as normal podcasts.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
Gramophone
A sane music player built with media3 and material design library that is following android's standard strictly.
Compressor discussion
Compressor reviews and mentions
-
Show HN: Compressor โ native Android video compression using Media3
Hey Hacker News!
Most video compression apps on Android are slow, ad-heavy, and rely on software-only encoding. I wanted something fast, native, and minimal, so I built my own: Compressor.
Compressor is FAST, like really fast, that's one of the main selling points of it. Unlike many apps that rely on software-only ffmpeg-based pipelines, Compressor uses native Media3 transformers for hardware-accelerated video compression.
Other apps are also filled with ads and trackers, Compressor has none. It doesn't have any manifest permissions (not even storage!), so there's no way to load ads or send data anywhere.
And it's native Kotlin too, which makes it small, at just over 50MB installed and less than 10MB to download. It's got Material 3 UI, including the icon, and it works on older devices too, as long as it runs Android 7 or later.
In my testing on a Pixel 8 Pro, Compressor was ~117x faster than the top Play Store result (Panda Video Compressor) when compressing a 200MB 4K video using comparable medium presets: ~11 seconds vs ~21 minutes
There's also a HEAPS of quality of life features added that make it even better, size presets for compressing videos to fit in the small requirements of platforms like Discord, ability to adjust the resolution and frame rate of the end video, H.264/H.265 selector, ability to share videos to Compressor to be compressed and out of Compressor to other apps so you never have to manually open it,
It's fully open source, currently available for download from both GitHub releases and the IzzyOnDroid F-Droid repository (with reproducible builds!)
Since this relies on hardware encoding, Iโd be interested to hear how well it works (or doesnโt) on different devices and chipsets.
GitHub: https://github.com/JoshAtticus/Compressor
Stats
JoshAtticus/Compressor is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Compressor is Kotlin.