Saving melt output to another avi/mp4 file
Asked Answered
G

2

13

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?

Gettysburg answered 26/7, 2012 at 5:46 Comment(0)
I
29

Try

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

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

Indigotin answered 11/3, 2014 at 11:12 Comment(2)
Can you share an example or related links for absolute beginnersBrazzaville
Example melt in1.mp4 in2.mp4 -consumer avformat:output.mp4 acodec=libmp3lame vcodec=libx264Muskogee
L
0

Try $ melt -consumer avformat: for a basic working example. You may want to set some parameters for avformat so it looks nice.

Latchstring answered 2/5, 2013 at 23:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.