the same command works on Windows, but it does not work on ffmpeg. wasm #736
Unanswered
3261564019
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I copied this case from the official website no waring no error |
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
Uh oh!
There was an error while loading. Please reload this page.
-
await ffmpeg.exec([
-i,
input.mp4,
-i,
mixPic.png,
-filter_complex,
[0:v][1:v]overlay=x=100:y=100:enable='between(n,10,80)',
output.mp4]);
they pause at

use this code on windows
ffmpeg -i test.mp4 -i mixPic.png -filter_complex "[0:v][1:v]overlay=x=100:y=100:enable='between(n,10,50)'" output.mp4
it works
I'm sure there's no problem writing my file
@jeromewu
Beta Was this translation helpful? Give feedback.
All reactions