Help with FFmpeg
I am a rookie and i need help with setting up ffmpeg
14 Replies
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
can i provide you with the files?
the codes
there's instructions in #how-to-ask-good-questions on how you can share frontend code
i cant understand
i dont know how this works
i am just trying to make a video preset
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 ```
you're missing an import somewhere, I think you may not have fully followed the instructions for using the FFMpeg library.
i cant find any instructions
i made this using chat gpt
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
tbh i dont wanna learn, i just want to make a video preset which will make my life easier :)
this is too complex of an issue to expect someone else to solve for you if I'm honest. Good luck with your code
all good
thanks for your time
const ffmpeg = createFFmpeg Try using "var ffmpeg " insted of const
var
really shouldn't be used anymore. If you need the hoisting, hoist it yourself so it's explicit