Developer Tools · +8 pointsFFmpeg
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.
- Create convert.sh
- Use ffmpeg -i input -c:v libx264
- Push to GitHub
Open Integration Workspace →← All open source tools