Does this support multiple cuts to a video? #439
p45mark
started this conversation in
Show and tell
Replies: 1 comment
-
If I run this cmd locally with the Am I just missing some callback or something? Shouldn't it |
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'm trying to remove multiple sections from a video file and return
output.mp4
but I keep getting errors when trying to read theoutput.mp4
file.Is that possible with
ffmpeg.wasm
, and if so can someone point me in the right direction? I took the command from this SO post and tried to apply it to theffmpeg.run()
function. Running this locally with theffmpeg
cli works, but it's also incredibly slow so if there's a faster approach I'd also appreciate a recommendation for that.but it throws one of these errors:
As a sanity check to narrow these errors down to the cmds I'm passing to the
run()
function, this command does trim the video (removes footage from the start and end of the video sooutput.mp4
is a 3s long video)Beta Was this translation helpful? Give feedback.
All reactions