Skip to content

Khang-NT/Android-Media-Converter

Repository files navigation

Android Media Converter

Get it on Google Play

CircleCI Latest Release License: GPL v3 Translate

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.

Build app

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.

Contributing

You are welcome to open new PR or issue for bugs fix or features request.

FFmpeg license

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.

License

Media Converter is released under the GNU General Public License v3.0 (GPLv3), which can be found here:
LICENSE