Have you tried this with the 2 mp4 files I posted? I can't get your method to work.
I don't really get the syntax.
I've basically tried:
mp4box -cat "1.mp4" -cat "2.mp4" "3.mp4"
Which appends the video tracks, but creates two audio tracks in the output file.
mp4box -cat "1.mp4" -cat "2.mp4" "3.mp4"
Appending file 1.mp4
No suitable destination track found - creating new one (type soun)
No suitable destination track found - creating new one (type vide)
Appending file 2.mp4
No suitable destination track found - creating new one (type soun)
Saving to 3.mp4: 0.500 secs Interleaving
Although thinking about it, it might be cause they have different number of channels...
I've basically tried:
mp4box -cat "1.mp4" -cat "2.mp4" "3.mp4"
Which appends the video tracks, but creates two audio tracks in the output file.
mp4box -cat "1.mp4" -cat "2.mp4" "3.mp4"
Appending file 1.mp4
No suitable destination track found - creating new one (type soun)
No suitable destination track found - creating new one (type vide)
Appending file 2.mp4
No suitable destination track found - creating new one (type soun)
Saving to 3.mp4: 0.500 secs Interleaving
Although thinking about it, it might be cause they have different number of channels...