ffmate

FFmpeg automation layer for batch processing and complex video operations

brewmacoslinux
Try with needOr install directly
Source

About

FFmpeg automation layer

Commands

ffmate

Examples

Convert a video file to MP4 format with preset encoding$ ffmate convert input.mov -o output.mp4
Batch process multiple video files with the same settings$ ffmate batch *.mov -o output_dir/ -preset h264
Extract audio from video file$ ffmate extract-audio input.mp4 -o audio.mp3