zachHallway
zachHallway
RRailway
Created by zachHallway on 1/11/2024 in #✋|help
Error: ffmpeg exited with code 1
Error: ffmpeg exited with code 1 at ChildProcess.<anonymous> (/app/node_modules/.pnpm/[email protected]/node_modules/fluent-ffmpeg/lib/processor.js:182:22) at ChildProcess.emit (node:events:517:28) at ChildProcess.emit (node:domain:489:12) at ChildProcess._handle.onexit (node:internal/child_process:292:12) Node.js v18.18.2 I'm currently trying to write an image to a volume using FFMPEG FFMPEG is installed using the railway.json
"nixpacksPlan": {
"phases": {
"setup": {
"aptPkgs": ["...", "ffmpeg"]
}
},
"providers": ["node"]
}
"nixpacksPlan": {
"phases": {
"setup": {
"aptPkgs": ["...", "ffmpeg"]
}
},
"providers": ["node"]
}
I'm able to write other files to the volume path but ffmpeg fails without any error. Am I not able to write jpgs to disk?
11 replies