Saving melt output to another avi/mp4 file
media, media-player, melt-framework, mlt
Solution
Try
melt {input-sequence} -consumer avformat:{output-name} acodec=libmp3lame vcodec=libx264
Substitute `{input-sequence}` and `{output-name}` to fit your needs.
Problem
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?