adapt_authoring icon indicating copy to clipboard operation
adapt_authoring copied to clipboard

New: Support arm64 ffprobe and ffmpeg (fixes #2824)

Open oliverfoster opened this issue 10 months ago • 3 comments

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.

oliverfoster avatar Apr 23 '25 11:04 oliverfoster

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!

dseixas avatar Apr 24 '25 09:04 dseixas

Will give this a test

taylortom avatar Apr 28 '25 09:04 taylortom

you may need to sort out the package json mongoose entry @taylortom

oliverfoster avatar Apr 28 '25 10:04 oliverfoster