mojito is a command line utility for converting/encoding video files to HEVC 265 format.
mojito is a wrapper around powerful FFmpeg library and supports conversion of files in bulk.
Learn more about FFmpeg here.
     Ubuntu: sudo apt install ffmpeg
     Mac OSx: brew install ffmpeg
sh main.sh [-r] -p </path/to/parent/directoty>
mojito takes path of parent directory and encodes all video files of that directory in HEVC 265 format.
-r deletes source files after conversion.
- Add option to specify container of converted files.
 - Add loader for bulk operation.
 - Suppress FFmpeg output.
 - Add option to remove source files.
 - Add recursive traversal of parent directory and covert those files.
 - Add help command.