How to use ffmpeg.wasm in vue+Vue-cli? #855
Unanswered
yupengfei9147
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think I have figured it out, but there were many errors along the way, and the right way depends on your exact setup. Say more about the errors you are seeing, including console output, as well as the URLs you are using. For instance, I am loading index.html from localhost:8000 (python backend) but all JS is grabbed from localhost:5173 (Vite), and that is causing some problems. The ffmpeg worker files are set to fetch from unpkg, which causes other problems. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We meet a problem by a problem when we try to use ffmpeg.wasm for video compress in our front project.The project use vue+vue-cli.Have anyone used ffmpeg.wasm 0.12x version in your vue+vue-cli project successfully?
Beta Was this translation helpful? Give feedback.
All reactions