UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

ffmpeg

FFmpeg is a solution to record, convert and stream audio and video. It is a very fast video and audio converter and it can also acquire from a live audio/video source.

Package info

Codename: ffmpeg
Source file: ffmpeg-6.1.1.tar.xz
Source directory: ffmpeg-6.1.1
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/f/ffmpeg-6.1.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/f/ffmpeg-6.1.1.tar.xz.md5sum
Dependances: xvidcore, freetype-stage2, nasm, yasm, alsa-lib, libvorbis, libtheora, SDL2, libaom, libass, fdk-aac, lame, opus, x264, x265, libva, libvdpau, libvpx.
Dependance of: libplacebo, blender, gst-libav, obs-studio, audacious-plugins, xscreensaver, mpv, ImageMagick, xine-lib, shotcut, vlc.
Patches: ffmpeg-6.1.1-chromium_method-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr        \
            --enable-gpl         \
            --enable-version3    \
            --enable-nonfree     \
            --disable-static     \
            --enable-shared      \
            --disable-debug      \
            --enable-libaom      \
            --enable-libass      \
            --enable-libfdk-aac  \
            --enable-libfreetype \
            --enable-libmp3lame  \
            --enable-libopus     \
            --enable-libvorbis   \
            --enable-libvpx      \
            --enable-libx264     \
            --enable-libx265     \
            --enable-openssl     \
            --disable-vulkan     \
            --ignore-tests=enhanced-flv-av1 \
            --docdir=/usr/share/doc/ffmpeg-6.1.1 

Build script:
make

gcc tools/qt-faststart.c -o tools/qt-faststart

Install script:
make install &&

install -v -m755    tools/qt-faststart /usr/bin &&
install -v -m755 -d           /usr/share/doc/ffmpeg-6.1.1 &&
install -v -m644    doc/*.txt /usr/share/doc/ffmpeg-6.1.1