Source for the bundled LGPL FFmpeg helper used by ChopShop to import MKV, WebM, Ogg, and FLAC files.
089bc60fb59d6aecc5d994ff530fd0dcb3ee39aa55867849a2bbc4e555f9c304../configure flags inside.tar xf ffmpeg-7.1.2.tar.xz bash build-ffmpeg.sh
Output appears at build/ffmpeg/ffmpeg.
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.