![]() |
|
[Tutorial] Building an FFmpeg static binary for ARMv7 - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Digital Audio (/forumdisplay.php?fid=10) +--- Thread: [Tutorial] Building an FFmpeg static binary for ARMv7 (/showthread.php?tid=3139) Pages: 1 2 |
RE: [Tutorial] Building an FFmpeg static binary for ARMv7 - OV2 - 05-11-2020 19:42 The makeff link is dead. Would you mind posting that again? Thanks in advance! RE: [Tutorial] Building an FFmpeg static binary for ARMv7 - simoncn - 05-11-2020 23:29 I have replaced the makeff.sh file. It was inadvertently removed during some recent changes to the MinimServer website. RE: [Tutorial] Building an FFmpeg static binary for ARMv7 - OV2 - 06-11-2020 00:03 Thank you! RE: [Tutorial] Building an FFmpeg static binary for ARMv7 - OV2 - 06-11-2020 00:59 Thanks again simoncn. The only thing that didn't work was this line: tar xf ../$FFMPEG.tar.xz || exit Once I changed it to: tar xf ../$FFMPEG.tar.bz2 || exit it worked like a charm. Thanks again! RE: [Tutorial] Building an FFmpeg static binary for ARMv7 - simoncn - 06-11-2020 12:34 Thanks, I have fixed this now. RE: [Tutorial] Building an FFmpeg static binary for ARMv7 - lyapounov - 10-11-2020 13:10 I always download ffmpeg from https://johnvansickle.com/ffmpeg/ But my synology is an intel. I don't know if one of those builds works for ARMv7 RE: [Tutorial] Building an FFmpeg static binary for ARMv7 - simoncn - 10-11-2020 13:55 The armhf download works for some ARMv7 machines but not all. ARMv7 covers a range of different CPUs with different hardware features. |