Skip to content

hkk595/mac-media-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mac-media-util

A collection of shell scripts for converting image and video formats on macOS.

How to use

Convert common image formats to .jpg by batch.

# if <input_directory> and <output_directory> are the same, it will convert all images in this folder to jpg directly
bash jpg_converter.sh <input_directory> <output_directory>

Add padding to videos by using ffmpeg.

bash video_converter.sh <input_video> <output_video>

Prerequisite

Install ffmpeg with Homebrew.

brew update && brew install ffmpeg

About

Convert common image formats to jpg on macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages