a month ago
im reffering to this thread: https://discord.com/channels/713503345364697088/1382322356814614628
Hey, I've been using Railway for a few months now, but I'm not quite sure how to install FFMPEG. Are there any new solutions? From what I've seen in the documentation, it seems that you just need to add a environment Variable. What's the best and quickest way to do this now, for someone who vibecodes a lot but doesn't deal much with the code itself? Is it safe? Will I not lose my data from N8n? Because I want to add FFmpeg to N8n. Thank you and best regards!
0 Replies
I've seen @Medim made video on how to do it but i need to know if my n8n won't get demaged
a month ago
continuing from #π€ο½chit-chat
RAILPACK_PACKAGES=ffmpegis probs your best bet if youre using railpack
how do you know if youre using railpack?
go to your service settings, then scroll down to the build section, if the build section is empty or the builder is nixpacks then you're not using railpack, otherwise if it says railpack is the builder then youre using railpack
if youre using nixpacks then you should stop using nixpacks
and if the build section is empty then youre deploying from an image registry, in which case installing ffmpeg will be a lot more difficult
I suppose im on the railpack, thats cool, so i need to edit only variable to install ffmpeg


nooo im using the image registry, how to move it to railpack without losing my n8n instance?
a month ago
no, it seems youre deploying from an image registry
a month ago
you cant move to railpack
a month ago
you'll need to edit the start command to install ffmpeg
When i was installing n8n i just press few buttons and click deploy and thats all, sorry for being little slow
a month ago
its okay
a month ago
apt update && apt install ffmpeg && n8n startmaybe try this for the start command
Will my n8n be safe? Im affraid i can loose some of the workflows, eventhough i made a backup but it still can be very painfull
a month ago
assuming the template you deployed is set up correctly, it shouldnt cause data loss
a month ago
^^^ this is very dependent on whether the template you deployed is correctly built
a month ago
or actually set your start command to this instead:
apt update && apt install -y ffmpeg && n8n startjust in case apt install has any prompts
a month ago
the n8n one, not the worker
a month ago
if the worker needs it too then you might need to add the apt update && apt install -y ffmpeg && part to that one as well but lets see
a month ago
maybe its not necassery
a month ago
yup that looks good
a month ago
lets hope it works
a month ago
if it doesnt work then its going to be a real pain installing ffmpeg
a month ago
can you tell what error you got?
a month ago
i had a feeling
a month ago
<:imgPepeCry:1203771089117904916>
a month ago
okay lets try apk instead of apt
a month ago
and if apk isnt there either then we'll just need to use curl
a month ago
try this command
apk add --no-cache ffmpeg && n8n starta month ago
yea hopefully
a month ago
i guess n8n is alpine based
a month ago
ooh nice
a month ago
so far so good
yup already 3+ mins and not a single error in sight, i might just chill and hope for the best
a month ago
<:PurgatoryDepressed:1134368817879994442>
a month ago
alr my assumption is that it installed ffmpeg but never moved onto n8n start for some reason
a month ago
no worries
a month ago
I can't figure why n8n start wouldnt run after
a month ago
maybe I should make an n8n template that has ffmpeg and a bunch of other stuff preinstalled
a month ago
anyway, let's try one last thing
try setting the start command like so:
/bin/sh -c "apk add --no-cache ffmpeg && n8n start"BTW i used this template :https://railway.com/deploy/n8n-with-workers
a month ago
good to know
a month ago
<:pepeEyeRoll:763297232207216640>
a month ago
what the sigma
a month ago
can you check the logs and tell me what you see
a month ago
deploy logs specifically
a month ago
HMMMM okay that makes sense
a month ago
in your service variables, try adding RAILWAY_RUN_UID=0, just a shot in the dark
a month ago
and if this doesnt work we can just try via curl
a month ago
and if that doesnt work then im out of ideas
a month ago
yup, perfect
a month ago
yea click "Add" and then "Deploy"
a month ago
that's good to know
a month ago
<:whatthefuck:1309293173927055410>
a month ago
whar
a month ago
how is that even remotely possible
a month ago
we literally installed ffmpeg
a month ago
nah that isnt the issue
a month ago
can you check logs again?
a month ago
the issue is if the install failed then the deployment shouldve failed
a month ago
unless it failed but with a success exit code
a month ago
or && doesnt work the way I think it does
a month ago
okay actually let me just deploy the template myself
a month ago
yea the logs shows that ffmpeg was installed succesfully
i see that there is something ffmpeg related, maybe im doing something wronhg
a month ago
yea I just followed the steps you took and ffmpeg is definitely present in the container

a month ago
nah its all good
a month ago
<:PepeThink:585531518701797401>
a month ago
the only possibility I can think of is that n8n only checks for binaries in specific locations but that wouldn't make any sense tbh
a month ago
can you try /usr/bin/ffmpeg --version instead of ffmpeg --version
maybe i should try it the other way, maybe the same way that was mentioned above
a month ago
the RAILPACK_PACKAGES method ?
a month ago
oh i see what he does
a month ago
OOH you know what
a month ago
it's probably trying to find ffmpeg in the worker
a month ago
okay nah that's easy fix
a month ago
just add the RAILWAY_RUN_UID=0 variable to the worker and set the worker's start command as
/bin/sh -c "apk add --no-cache ffmpeg && n8n worker"a month ago
I'm 10 billion percent sure this will work
a month ago
neither
a month ago
just add 0 on the value side
a month ago
nice!
a month ago
NICE!!!
a month ago
sorry for taking so long with the solution, i just dont know the workflow of n8n
a month ago
Ahww thank you, I do have a paypal at [paypal.me/FragsPaypal](paypal.me/FragsPaypal) or buy me a coffee at
a month ago
you dont have to though, im happy to help either way
Oh no way you r from africa! cheers brother, my dad is from ghana! I live in poland but love to see the homeland!
a month ago
that's awesome! love it when I see a fellow african on discord; rare seeing other africans ngl π
a month ago
oh makes sense yea
a month ago
thanks a ton π i really appreciate it
a month ago
wow, that is definitely not worth it π
a month ago
thank you
a month ago
Hey! just saw this thread, gonna link this for future reference: https://github.com/kadumedim/n8n-ffmpeg
You can just swap service images, you wonβt lose your saved workflows.
a month ago
Fork the repo and change your service image π
a month ago
!s
Status changed to Solved medim β’ about 1 month ago
a month ago
bro stole my kill
a month ago
<:pepeEyeRoll:763297232207216640>

















