If the videos are of the same resolution and use the same AV codec you can use this simple solution from wikipedia: mencoder -oac copy -ovc copy -idx -o whole.avi part1.avi part2.avi ... [ http://en.wikipedia.org/wiki/MEncoder#Join_multiple_videos ] Otherwise you might change them to a common resolution and format using ffmpeg and then join them with mencoder. I'm recommending ffmpeg because personally I find it easier to use than mencoder.
Mridul On 12/4/06, russell kabir <[EMAIL PROTECTED]> wrote: > Dear All: > I need some help on how to join multiple mpeg or wmv files to get a single > file. i also need to join them in order (1,2,3). do we have any option in > mplayer to join video files?
