R
Railway•12mo ago
ydembsky

Install FFMPEG on Railway

Hi guys, I am quite new here. Starting a trial period. I would like to have ffmpeg on Railway, send .mp4 file to be converted to HLS streaming files with given profiles. Is there a guide for this? In which trial mode should I be? Thanks, Yehuda
Solution:
add a nixpacks.toml file to your project with this in it
[phases.setup]
nixPkgs = ['...', 'ffmpeg']
[phases.setup]
nixPkgs = ['...', 'ffmpeg']
...
Jump to solution
4 Replies
Percy
Percy•12mo ago
Project ID: N/A
Solution
Brody
Brody•12mo ago
add a nixpacks.toml file to your project with this in it
[phases.setup]
nixPkgs = ['...', 'ffmpeg']
[phases.setup]
nixPkgs = ['...', 'ffmpeg']
ydembsky
ydembsky•12mo ago
Thanks @Brody First I need to know how to build nixpacks.toml file 😃 Yehuda
Brody
Brody•12mo ago
i just wrote one for you, just copy that into a nixpacks.toml file at the root of your project
Want results from more Discord servers?
Add your server