#How to use `ffmpeg` in Deno?
1 messages · Page 1 of 1 (latest)
you could potentially try a wasm port of ffmpeg but I imagine performance will not be great
for your use case I’d probably use a VPS
Thanks i would definitely try that out 😁
you can also use dax to execute ffmpeg like you would on a cli
Not sure how it helps. The OP was asking about Deno Deploy.
ffmpeg is not viable on deploy, theres a 50ms cpu time limit
FWIW, I tried ffmpeg.wasm but could not get it to run on Deploy. There is an issue on their Github repo.
what's your use case
Not the OP, but I was trying to see if I can mux video and audio coming from different fetch streams. The wasm port doesn't support stream input and output anyway 🙂