Kronos is a simple tool that helps to convert media files from one format to another. You can also trim files to a specific duration
Requires ffmpeg installed in the device
Download the source code or clone it using
git clone https://github.com/Abhijith-K-S/Kronos.git
cd Kronos
Compile the Media.java file using
javac Media.java
Make a Executable JAR file using
jar cvfe Kronos.jar Media *.class font.ttf
Voila!, now Kronos is ready for usage. You can access it using the Kronos.jar
file