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

feature request: add libxcb and associated libraries to enable the following ffmpeg options: ``` --enable-libxcb enable X11 grabbing using XCB [autodetect] --enable-libxcb-shm enable X11 grabbing shm communication [autodetect] --enable-libxcb-xfixes enable...

hi can anybudy help to get compile this pls i not sure how to ``` ./ffmpeg -version ffmpeg version N-110496-g09b2ca93b4-Senkron24_Xui Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.2.0...

How would I go about including the latest SVT-AV1 into this ffmpeg build please? Current release is here: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v2.0.0

You should add the sofalizer filter to your build script. Particularly since your build can be used to add fdk_aac encoding, this is one of the only ways to transcode...

Since ffmpeg version 6.1, it was released the support for Vulkan Video API of Hardware Acceleration, in the documentation of the ffmpeg filters, its pointing to the building flags that...

Is there a way to modify this build script to include libxml2 for DASH support in ffmpeg? I tried adding the libxml2 related code fragment from #128 but this did...

I have attempted to compile a fully static build on Ubuntu 22.04 and 23.10 without success. ERROR: freetype2 not found using pkg-config However, freetype2 is installed and also compiled successfully...

This is quite a large pull requests, I cleaned up my internal fork of this script and ensured it builds everywhere to make it ready for everyone # New features:...

It would be appreciated if build support for rav1e and libvpl (AMD/Intel ARC) were added to the script. I am trying to build an ffmpeg 7 binary that supports both...

From this section of the script, where it installs `meson` and `ninja` with pip3 on linux, I find that they get installed to `~/.local/bin/` and not the path specified below,...