UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

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

Template:
Codename: ffmpeg
Source file: ffmpeg-7.1.tar.xz
Source file size: 11011364
Source file MD5-checkum: 623aa63a72139a82ccb99cd6ee477b94
Source directory: ffmpeg-7.1
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/f/ffmpeg-7.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/f/ffmpeg-7.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: mgba, whisper.cpp, goldendict-ng, blender, libplacebo, gst-libav, ZoneMinder, audacious-plugins, xscreensaver, k3b, mpv, qtwebengine6, xine-lib, mlt, shotcut, opencv, plasma, obs-studio, ImageMagick, vlc.
Patches: ffmpeg-7.1-chromium_method-1.patch, ffmpeg-7.1-texinfo_fix-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -e 's/X265_BUILD >= 210/(&) \&\& (X265_BUILD < 213)/' \
    -i libavcodec/libx265.c

./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     \
            --ignore-tests=enhanced-flv-av1 \
            --docdir=/usr/share/doc/ffmpeg-7.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-7.1 &&
install -v -m644    doc/*.txt /usr/share/doc/ffmpeg-7.1