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.
I was trying to build an image based on something that is not Debian. I found that there has to be a lot of software being installed before installing the...
After the commit 470f5912, I get this error message when building libtheora: ``` building libtheora - version 1.1.1 ======================= Downloading https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.gz as libtheora-1.1.1.tar.gz ... Done Extracted libtheora-1.1.1.tar.gz $ ./configure --prefix=/Users/jeff/ffmpeg-build-script/workspace...
Hi, I get the error written above while executing your install script with gpl and non free codecs `bash = 1.3.0 not found using pkg-config If you think configure made...
MacOS arm64 [config.log](https://github.com/markus-perl/ffmpeg-build-script/files/8457848/config.log) ``` building ffmpeg - version 5.0 ======================= FFmpeg-release-5.0.tar.gz has already downloaded. Extracted FFmpeg-release-5.0.tar.gz ERROR: lilv-0 not found using pkg-config If you think configure made a mistake, make...
Hi, Im trying to build FFMPEG on Ubuntu 20.04 with `bash build-ffmpeg -b --enable-gpl-and-non-free --full-static` Building of lilv failed with ``` ... Checking for 'lv2 >= 1.18.0' ['/home/d/av1/workspace/bin/pkg-config', 'lv2 >=...
hi, I am able to compile ffmpeg with --enable-libbluray without this script. But if I try to add it to this script by compiling it, it does not work. It...
Ubuntu 20.04.1 LTS ffmpeg build ERROR: x265 not found using pkg-config solution: ```sudo apt-get install libnuma-dev``` may be script should check libnuma-dev ? https://stackoverflow.com/questions/51918409/compiling-ffmpeg-x265-not-found-using-pkg-config
My PC has a [5700G](https://www.amd.com/en/products/apu/amd-ryzen-7-5700g), running Ubuntu 20.04.3. I used Docker build instructions and succesfully build latest ffmpeg docker image. Thank you for this. I also installed amdgpu-pro by this...
 Because of this ffprobe is also old. I know the question is vague but can you choose the version you build statically? the build command used was: ./build-ffmpeg --build...
``` building pcre - version 8.44 ======================= Downloading https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz as pcre-8.44.tar.gz Failed to download https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz. Exitcode 28. Retrying in 10 seconds ``` From https://pcre.org/ incase it's relevant > Note that...