Saving melt output to another avi/mp4 file

user1249655 picture user1249655 · Jul 26, 2012 · Viewed 11.7k times · Source

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?

Answer

fsantanna picture fsantanna · Mar 11, 2014

Try

melt {input-sequence} -consumer avformat:{output-name} acodec=libmp3lame vcodec=libx264

Substitute {input-sequence} and {output-name} to fit your needs.