I have several chunks in folder.
0001.mp4 0002.mp4 0003.mp4 ... 0112.mp4
I would like to merge them into full.mp4
I tried to use:
avconv -i concat:file1.mp4\|file2.mp4 -c copy output.mp4
I don't know if works with any container's type ( worked for me with AVI ).
AVI