Not found ffmpeg

Hello everyone, I am trying to deploy a service which uses Whisper but on producion I hace this error {"error":"[Errno 2] No such file or directory: 'ffmpeg'"} Maybe you van help me I am new on railway
No description
Solution:
you can add ffmpeg with this nixpacks.toml file, add it to your project
[phases.setup]
nixPkgs = ['...', 'ffmpeg']
[phases.setup]
nixPkgs = ['...', 'ffmpeg']
...
Jump to solution
3 Replies
Percy
Percy4mo ago
Project ID: 4929d887-8bd0-45cd-ad91-3142d62e11a8
jhfernado
jhfernado4mo ago
4929d887-8bd0-45cd-ad91-3142d62e11a8
Solution
Brody
Brody4mo ago
you can add ffmpeg with this nixpacks.toml file, add it to your project
[phases.setup]
nixPkgs = ['...', 'ffmpeg']
[phases.setup]
nixPkgs = ['...', 'ffmpeg']