Help with FFmpeg

I am a rookie and i need help with setting up ffmpeg
No description
14 Replies
Jochem
Jochem5d ago
you will need to add a lot more info, like the code you're using, what you've tried... give #how-to-ask-good-questions a look
ConFuzed
ConFuzed5d ago
can i provide you with the files? the codes
Jochem
Jochem5d ago
there's instructions in #how-to-ask-good-questions on how you can share frontend code
ConFuzed
ConFuzed5d ago
i cant understand i dont know how this works i am just trying to make a video preset
Jochem
Jochem5d ago
the very minimum you can do is share the code in scripts.js by copy/pasting it into a message here. Start the message with ```js, then on the next line paste the script, then on a new line at the bottom add ```
Jochem
Jochem5d ago
you're missing an import somewhere, I think you may not have fully followed the instructions for using the FFMpeg library.
ConFuzed
ConFuzed5d ago
i cant find any instructions i made this using chat gpt
Jochem
Jochem5d ago
if you can't understand the code ChatGPT is giving you, then it's not a good idea to use ChatGPT to try to learn
ConFuzed
ConFuzed5d ago
tbh i dont wanna learn, i just want to make a video preset which will make my life easier :)
Jochem
Jochem5d ago
this is too complex of an issue to expect someone else to solve for you if I'm honest. Good luck with your code
ConFuzed
ConFuzed5d ago
all good thanks for your time
lajkmi.
lajkmi.4d ago
const ffmpeg = createFFmpeg Try using "var ffmpeg " insted of const
Jochem
Jochem4d ago
var really shouldn't be used anymore. If you need the hoisting, hoist it yourself so it's explicit