I have 2 .AVI files - one 625 MB (duration 1:02:45) and the other 925 MB (duration 1:32:12). I wish to combine the files into one .AVI file. In a command window I issue the command:
copy /b *.avi combined.avi
combined.avi results with a size of 1.51 GB (which is correct) but the duration is shown as 1:02:45 and, of course, when I try to play the combined.avi, it finishes at 1:02:45.
Can anyone explain why I am not receiving a correctly merged file?
