ffmpeg-build-script icon indicating copy to clipboard operation
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.

Results 90 ffmpeg-build-script issues
Sort by recently updated
recently updated
newest added
trafficstars

Using `./build-ffmpeg --build --enable-gpl-and-non-free`, `nvidia-driver-510` (compatible with `nvidia-cuda-toolkit`), but you need to include: `sudo apt install libxext-dev` (or build fails) `sudo apt install libsdl2-dev` (or ffplay produces "Could not initialize...

make[1]: Entering directory '/content/ffmpeg-build/packages/tiff-4.5.0/doc' /usr/local/bin/sphinx-build \ -D "release=4.5.0" \ -D "version=4.5" \ -d "./cache" \ -b html \ "." "./html" /usr/local/bin/sphinx-build \ -D "release=4.5.0" \ -D "version=4.5" \ -d "./cache"...

So I gave up trying to compile without Docker because pkg-config is a moron. Now I tried to compile using Docker, but either I'm missing something or something is broken....

VVenC and VVdeC are open-source software H.266/VCC video encoder and decoder, respectively that are optimized to use SIMD instructions on x86 (SSE42/SIMDe and AVX2) and Arm, and the decoder runs...

Hi, Great project! Could you please add an option to build ffmpeg on Ubuntu x64 with GnuTLS instead of OpenSSL? Thanks!

Hello, I have a question: how can I create an executable file (CentOS) with all libraries inside (like https://johnvansickle.com/ffmpeg/), with hardware acceleration libraries (Nvidia)? I would appreciate your help.

Hello! The script works like a charm on Apple Silicon! Thanks so much! I want to know would be possible to obtain not only the static version of ffmpeg, but...

For newer CPU's GPU's from Intel. https://github.com/oneapi-src/oneVPL https://www.intel.com/content/www/us/en/developer/articles/technical/onevpl-in-ffmpeg-for-great-streaming-on-intel-gpus.html#gs.kg1cze

I originally installed this back in 88d49833e1c86d44fdec7f2731ea48988c3d2995 and it worked great! However, I just tried to update and got this error. ``` python3 ./waf configure --prefix=/home/sjw/git/ffmpeg-build-script/workspace --static --no-shared $ python3...

Hey! Just some info for others who might face this. Compiler errors aren't my strong suit, so this threw me off. 😄 I ran the script on MacOS using `./build-ffmpeg...