Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 918 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 918 Bytes

mojito

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.

REQUIREMENTS

FFmpeg

     Ubuntu: sudo apt install ffmpeg

     Mac OSx: brew install ffmpeg

USE

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.

Options

-r deletes source files after conversion.

TODOS

  • 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.