UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

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. Designed to be intuitive, the command-line interface (ffmpeg) tries to figure out all the parameters, when possible. FFmpeg can also convert from any sample rate to any other, and resize video on the fly with a high quality polyphase filter. FFmpeg can use a Video4Linux compatible video source and any Open Sound System audio source.

Package info

Codename: ffmpeg
Source file: ffmpeg-4.0.2.tar.xz
Source directory: ffmpeg-4.0.2
Package URL: https://umvirt.com/linux/downloads/0.1/packages/f/ffmpeg-4.0.2.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/f/ffmpeg-4.0.2.tar.xz.md5sum
Dependances: freetype-stage2, yasm, libvorbis, alsa-lib, SDL2, libass, fdk-aac, lame, libtheora, libvpx, opus, x264, x265, libva, libvdpau.
Dependance of: audacious, zoneminder, xine-lib, obs-studio, libvdpau-va-gl, audacity, vlc, blender.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i 's/-lflite"/-lflite -lasound"/' configure &&

./configure --prefix=/usr        \
            --enable-gpl         \
            --enable-version3    \
            --enable-nonfree     \
            --disable-static     \
            --enable-shared      \
            --disable-debug      \
            --enable-avresample  \
            --enable-libass      \
            --enable-libfdk-aac  \
            --enable-libfreetype \
            --enable-libmp3lame  \
            --enable-libopus     \
            --enable-libtheora   \
            --enable-libvorbis   \
            --enable-libvpx      \
            --enable-libx264     \
            --enable-libx265     \
            --docdir=/usr/share/doc/ffmpeg-4.0.2

Build script:
make
gcc tools/qt-faststart.c -o tools/qt-faststart

Install script:
make install &&

install -v -m755    tools/qt-faststart /usr/bin