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.
fix ffmpeg version information ($ ffmpeg -version)
Hello, to make the script work on macOS 12.5 (on an Intel machine), I had to add "--user" at the end of lines 446 and 449.
Hello, x265 builds, but configure of ffmpeg shows `ERROR: x265 not found using pkg-config` I looked into the ffbuild/config.log at it seems to have not been linked against libnuma (libnuma...
The static builds where built on Ubuntu 22.04 (latest) with the command and commit [15ef520](https://github.com/markus-perl/ffmpeg-build-script/commit/15ef520106f0abe8c1c4814fd44d401fb3f3f87b) ```shell ./build-ffmpeg --build --enable-gpl-and-non-free --full-static ``` `.ts` file used [sample_960x400_ocean_with_audio.ts.zip](https://github.com/markus-perl/ffmpeg-build-script/files/9271523/sample_960x400_ocean_with_audio.ts.zip) **Running FFmpeg on Ubuntu 20.04...
https://github.com/videolan/x265/archive/Release_3.5.tar.gz does not build on aarch64 I took a snapshot of the current master and patched that into my ffmpeg build script and it does build on aarch64 you can...
If necessary, I can submit a pull request, it just feels excessive for this tiny offering. Basically, I wanted tensorflow support, so I edited the build script and added it...
-Modified build-ffmpeg `MJOBS=1` for clarity -Buildlog: ``` building libwebp - version 1.2.1 ======================= libwebp-1.2.1.tar.gz has already downloaded. Extracted libwebp-1.2.1.tar.gz $ ./configure --prefix=/run/media/biatu/426fa0a9-bc0d-4667-9afb-7d8346301439/System/Cache/git/ffmpeg-build/workspace --disable-shared --enable-static --disable-dependency-tracking --disable-gl --with-zlib-include=/run/media/biatu/426fa0a9-bc0d-4667-9afb-7d8346301439/System/Cache/git/ffmpeg-build/workspace/include/ --with-zlib-lib=/run/media/biatu/426fa0a9-bc0d-4667-9afb-7d8346301439/System/Cache/git/ffmpeg-build/workspace/lib $ cmake...
Is there a correct way to edit build-ffmpeg for it to build ffmpeg using source files in my local folder? Reason: some VTT subs have these "REGION" and "STYLE" values...
I'm trying to build ffmpeg with this script within Docker with the arm64 architecture. I'm using a Dockerfile which is almost identical to the one in this repository but it...
Cloned the repo and build the cuda-ubuntu-ffmpeg using the command `docker build -f cuda-ubuntu.dockerfile . -t cuda-ubuntu-ffmpeg` . I then execed into a container and ran the following... ``` root@cuda-ubunutu-ffmpeg:/media/video#...