📹♻️🎵 A simple command-line media file converter application, that converts mp4 to mp3, mkv and flv . Used a watcher to listen to newly added mp4 files and converted them to the relevant codec using java NIO.
JAVE2 (Java Audio Video Encoder 2) : https://github.com/a-schild/jave2
To encode the media files tto the relevent codecs
nio (Non blocking IO - package ) : https://docs.oracle.com/javase/8/docs/api/java/nio/file/package-summary.html
To Watch the files that are beign added to the folder(mp4)