How I can run a command that produces multiple files. #425
Unanswered
supinder-cf
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I strongly need to run this type of commands:
ffmpeg -i input.mp4 -c copy -map 0 -segment_time 00:20:00 -f segment -reset_timestamps 1 output%03d.mp4
This command takes one video as an input and produces multiple files as an output. I couldn't find a way to run this command via wasm.
Below is my finest try:
Please suggest any idea.
Beta Was this translation helpful? Give feedback.
All reactions