-
combining mpeg files
I’m using this:
ffmpeg cat test_0.mpeg test_12.mpeg > comp.mpeg
to combine to files. The output file (comp.mpeg) is only the second file. Each of the input files is 10 seconds. Am I missing something here? Why is my first file not merged with the second??
Thanks.
Pedro
Pedro