Media Converter is a robust Android application build on top of FFmpeg
with clean UI.
As it name, user can convert media file to other encoding format easily with preset commands. The app
also can be extended, by allowing user to create their own command.
To build the app, you need to create Fabric account, then place your Fabric's api
key in app/fabric.properties
file:
apiKey=your_api_key_here
Also change signingConfigs
in app/build.gradle
file with your own key store if you want build signed release
apks.
You are welcome to open new PR or issue for bugs fix or features request.
This software uses code of FFmpeg licensed under the LGPLv2.1. FFmpeg binary files are prebuilt, you can download source and build script from this repo ffmpeg-binary-android.
Media Converter is released under the GNU General Public License v3.0 (GPLv3), which can be found here:
LICENSE