FFmpeg source code
This software uses code of FFmpeg licensed under the LGPLv2.1, and its source can be downloaded below.
ConvertIt includes a command-line FFmpeg binary for certain video and audio conversions. ConvertIt runs FFmpeg as a separate process; it does not link FFmpeg libraries into the application.
The bundled FFmpeg build is compiled without --enable-gpl and without
--enable-nonfree.
Download corresponding source
convertit-ffmpeg-7.1-src.tar.gz
FFmpeg n7.1 source, build instructions (COMPILE.txt), and patches (changes.diff)
Filename is updated each time a new FFmpeg version is bundled.
Build instructions
Extract the archive and read COMPILE.txt for the exact
./configure line used to produce the binary bundled in ConvertIt.
On macOS, dependencies can be installed with Homebrew:
brew install nasm pkg-config lame libvorbis opus libvpx webp
FFmpeg project
- Project home: ffmpeg.org
- License: GNU LGPL v2.1 (full text on gnu.org)
Other libraries in the bundled FFmpeg build
| Library | Use | Project |
|---|---|---|
| LAME | MP3 encoding | lame.sourceforge.io |
| libvpx | WebM / VP9 | webmproject.org |
| libvorbis | Ogg Vorbis | xiph.org/vorbis |
| libopus | Opus audio | opus-codec.org |
| libwebp | WebP images | google.com/speed/webp |
Questions about this source release?
Contact help@convertitapp.com