You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(
ffmpeg
.concat(
ffmpeg.input(args.videos[0]),
ffmpeg.input(args.videos[1])
)
.output('out.mov') # Unless your input are already .mov you'll probably have to do some conversion here
.run()
)
I am not sure I understand exactly what you are trying to achieve. Can you give more details please?
I try to concat 2 videos but I was got an error.
Here is my code:
Here is error I got:
The text was updated successfully, but these errors were encountered: