Is it possible to add audio from one file to video of another? #748
studio4evr
started this conversation in
General
Replies: 1 comment
-
this worked.. const transcode = async () => {
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been pulling my hair out trying to create a page that adds audio from one file to video of another, but I'm getting errors I think are related to the files not being written to ffmpeg, namely:
can anyone see what my problem is? does ffmpeg wasm support this kind of thing? here's the code so far:
Beta Was this translation helpful? Give feedback.
All reactions