Developer Tools · +8 points

FFmpeg

Swiss-army knife for video/audio — transcode, stream, and process media.

Install
brew install ffmpeg # or apt install ffmpeg
License
LGPL-2.1
Stars
48k+

Integration goal

Write a shell script that converts video to MP4 with FFmpeg.

  1. Create convert.sh
  2. Use ffmpeg -i input -c:v libx264
  3. Push to GitHub
Open Integration Workspace →

← All open source tools