I want to install ffmpeg with railpack
whitetown
PROOP

22 days ago

I added RAILPACK_PACKAGES=ffmpeg
but it fails at install/build time with error
mise ERROR /mise/plugins/ffmpeg/bin/install failed * Configuring ffmpeg with default options nasm not found or too old. Please install/update nasm or use --disable-x86asm for a build without hand-optimized assembly.

so i have tried:
RAILPACKPACKAGES="nasm ffmpeg" and RAILPACKFFMPEGCONFIGURE="--disable-x86asm" RAILPACKPACKAGES="ffmpeg"

but only got different errors

I remember that with nixpack it worked fine but documentation suggests to use railpack
What can I do? Please.
projectId: d7c55777-fce6-40b7-b918-57c33dcd1a2a

Solved

0 Replies

whitetown
PROOP

22 days ago

okay.. solved..
instead used this
RAILPACK_DEPLOY_APT_PACKAGES="ffmpeg"


Status changed to Solved brody 22 days ago


Loading...