Skip to content

FFmpeg container for bulk conversion of videos files

Notifications You must be signed in to change notification settings

C0deAttackC0mmunity/mojito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

FFmpeg container for bulk conversion of videos files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages