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've encountered a weird error when`./build-ffmpeg --build`: ``` configure: error: Ogg >= 1.0 required ! ``` It seems there might be a dependency or build order issue. Or the configure...
Hello, it is my understanding that this script currently takes the latest ffmpeg release source code. However, since ffmpeg releases only contain cherry-picked commits and do not include all the...
could you please add librtmp support?
I think the detect script is too old ;) Nearly 20 years ago ARM wasn't a thing. ``` building libtheora ======================= 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 $...
Tried to do it myself with adding: CONFIGURE_OPTIONS+=("--enable-libfontconfig") CONFIGURE_OPTIONS+=("--enable-libfreetype") That 'sorta kinda' works, but I end up with a binary that has dependencies. thx, Bouke
``` [ 72%] Building C object CMakeFiles/imageenc.dir/imageio/image_enc.c.o Scanning dependencies of target vwebp_sdl [ 73%] Building C object CMakeFiles/vwebp_sdl.dir/extras/vwebp_sdl.c.o [ 73%] Building C object CMakeFiles/vwebp_sdl.dir/extras/webp_to_sdl.c.o /Users/filipp/koding/ffmpeg-build-script/packages/libwebp-1.1.0/extras/vwebp_sdl.c:33:10: fatal error: 'SDL/SDL.h' file not...
Debian Linux 11 Linux 5.10.0-18-amd64 on x86_64 AMD Ryzen 5 5600G with Radeon Graphics, 12 cores ``` /usr/bin/ld: libavcodec/libavcodec.a(libsvtav1.o): in function `eb_enc_init': libsvtav1.c:(.text.unlikely+0x33d): undefined reference to `svt_av1_enc_parse_parameter' /usr/bin/ld: libavcodec/libavcodec.a(libsvtav1.o): in...
Thank you so much for such a great script! Some improvements should to be made though: 1) Update cmake, nettle, gnutls for successful builds on M1 Macs (https://github.com/markus-perl/ffmpeg-build-script/commit/87479d967bd26ca33f10ee198e8d752a522878ff#commitcomment-83736660) 2) update...
Please forgive such a basic question as I am sure you have a good reason for not doing what I am suggesting, but I can't help but be curious 😄...