R
Join ServerRailway
✋|help
Install FFmpeg
I have a project in railway and I'm hosting a Django app. For the purpose of my project, I need to install FFmpeg. Is there any way to install it in railway? I'm pretty new in Railway and don't know much. Thanks in advance!
N/A
nixpacks.toml
place that into a nixpacks.toml file in the root of your project
[phases.setup]
aptPkgs = ["...", "ffmpeg"]
place that into a nixpacks.toml file in the root of your project
Thank you!
it worked?
yes, it works perfectly, many thanks!
awsome, no problem!