adapt_authoring
adapt_authoring copied to clipboard
New: Support arm64 ffprobe and ffmpeg (fixes #2824)
fixes #2824
Proposed changes
Change from ffprobe-static and ffmpeg-static to @ffprobe-installer/ffprobe and @ffmpeg-installer/ffmpeg respectively. Although ffmpeg-static has up-to-date binaries, ffprobe-static has not been updated to include arm systems.
This should allow those two utilities to run natively on Apple M chips and other Linux ARM systems.
It does work! Tested on an ubuntu 24.04 running on an OrangePi 5Max.
Although I had to run npm install [email protected] manually after npm install
Thanks Oliver!
Will give this a test
you may need to sort out the package json mongoose entry @taylortom