ffmpeg-build-script
ffmpeg-build-script copied to clipboard
The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.
``` cc1: error: [...]/ffmpeg-build-script/workspace/include: No such file or directory [-Werror=missing-include-dirs] ``` An mkdir of the include directory fixed it.
The script gets through everything but when it goes to build FFMpeg I get two error messages. The first is "ERROR: libnpp not found" The library is installed so I'm...
When running ffplay sftp://[user[:password]@]server[:port]/path/to/remote/resource.mp4, the stream should start. Compile ffmpeg with libssh (?), as suggested in the error message.
I successfully compiled this script with dav1d on M1 Mac (arm64 build). It fails when I compile this script in Terminal under Rosetta 2 to create x86-64 build on M1...
``` building dav1d - version 0.9.2 ======================= $ python3 -m pip install meson ninja --quiet --no-cache-dir --disable-pip-version-check /usr/bin/python3: No module named pip Failed to Execute python3 -m pip install meson...
``` $ meson build --prefix=/home/sgoldsmith/ffmpeg-build/workspace --buildtype=release --default-library=static --libdir=/home/sgoldsmith/ffmpeg-build/workspace/lib /dev/fd/62: line 119: meson: command not found ``` I installed meson via apt.
It would be great if libzimg is added to this script. This is needed for getting the new ZScale to work. Here is the source https://github.com/sekrit-twc/zimg but I have little...
` root@ubuntu20:/home/maximus/tmp# git clone https://github.com/markus-perl/ffmpeg-build-script.git Cloning into 'ffmpeg-build-script'... remote: Enumerating objects: 940, done. remote: Counting objects: 100% (73/73), done. remote: Compressing objects: 100% (45/45), done. remote: Total 940 (delta 42),...
Can be added also AMD Advanced Media Framework (AMF) AMD gpu's also can do some job https://github.com/GPUOpen-LibrariesAndSDKs/AMF
Hello, I just found out that libtiff 4.3.0 won't compile on macOS 11.4 + Xcode 12.5.1 (Intel CPU). The error I'm getting is the following one. > fatal error: too...