I am trying to use mltframework to merge 2+ videos. I want to generate another .avi file from these merged video files. How can I do this?
Saving melt output to another avi/mp4 file
14.2k views Asked by user1249655 At
2
I am trying to use mltframework to merge 2+ videos. I want to generate another .avi file from these merged video files. How can I do this?
Try $ melt -consumer avformat: for a basic working example. You may want to set some parameters for avformat so it looks nice.