And what about the A/V sync problem? You get significant delays between audio and video in the second part of output.avi if you do it this way and the audio track in input files is encoded in mp3 (which is usually the case).
Pastyr, I use the Joining-Movies recipe to join webcam/security videos, which don't have audio, and thus I haven't experienced the A/V-sync problem.My guess is that the first movie's audio track may by slightly longer than the corresponding video track. So when the first frame of the second movie starts playing, the last bits of the first movie's audio track haven't yet finished, delaying the second movie's audio.I'm not sure of the best way to fix such a problem. Maybe you could process the audio and video separately, joining them as the final step: extract the audio tracks, truncate each to perfectly match the corresponding video track, join them, and then combine them with the already-joined video-only movie.