ffmpeg-apple-arm64-build
ffmpeg-apple-arm64-build copied to clipboard
Build script for ffmpeg targeting the latest open source video codecs running on macOS using Apple's M1 processor.
``` MacBook Pro (16-inch, 2019) 2.6 GHz Six-core Intel Core I7 AMD Radeon Pro 5300M 4 GB ``` ------------------------------------------------------------------------------- Hello @Vargol. This is a great contribution! I hope to keep...
Thanks for the script but I keep getting a build fail on compiling free type. CMakeError.log ``` Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. Compiler: /Library/Developer/CommandLineTools/usr/bin/cc Build flags:...
I'm very new to looking at ffmpeg code. Could this NEON patch not be pushed upstream to videolan/x265 repo?
Just release a complied binary. whats the problem??? ``` prepare workspace use 10 cpu threads compile cmake took 143s compile pkg-config took 45s compile FriBidi took 7s compile zlib took...
Everything seemed to work until the ffmpeg build. The end of my build-ffmpeg.log file: ``` duplicate symbol '_av1_sgr_params' in: /Users/michael/Dev/ffmpeg-compile/tool/lib/libSvtAv1Enc.a[48](selfguided_neon.c.o) /tmp/lto.o ld: 1 duplicate symbols clang: error: linker command failed...
I am trying to build AOM and the logs give me this: ``` + cmake -DCMAKE_INSTALL_PREFIX:PATH=/Users/xxxxxxxx/Development/ffmpeg-apple-arm64-build/tool -DENABLE_NEON=ON -DHAVE_NEON=1 -DENABLE_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=Release '-DCMAKE_CXX_FLAGS=-flto -O3' '-DCMAKE_C_FLAGS=-flto -O3' -DCMAKE_C_FLAGS_INIT=-flto=8 ../aom/ -- The C compiler...
No action set, all failures wil stop the script base directory is /Users/nut/Dropbox/dev/github/ffmpeg-apple-arm64-build script directory is /Users/nut/Dropbox/dev/github/ffmpeg-apple-arm64-build/build test directory is /Users/nut/Dropbox/dev/github/ffmpeg-apple-arm64-build/test working directory is /Users/nut/Dropbox/dev/github/ffmpeg-apple-arm64-build/ffmpeg-compile tool directory is /Users/nut/Dropbox/dev/github/ffmpeg-apple-arm64-build/ffmpeg-compile/tool output...
Hi! Thanks for this project, trying to get a build going now. I'm getting an error on fontconfig, which I assume is part of libass? I don't actually need subtitle...
I assume that this fork is not needed anymore as the official version from martinr92 you linked as your source has now Apple Silicon specific builds including the NEON patch...