ChopShop — FFmpeg corresponding source

Source for the bundled LGPL FFmpeg helper used by ChopShop to import MKV, WebM, Ogg, and FLAC files.

Reproducing the bundled binary

tar xf ffmpeg-7.1.2.tar.xz
bash build-ffmpeg.sh

Output appears at build/ffmpeg/ffmpeg.

License

The bundled binary is licensed under the GNU Lesser General Public License, version 3. The ./configure flags select only LGPL-compatible components (--disable-gpl --disable-nonfree, no libx264, no libx265). No modifications are made to FFmpeg source.