> but the resulting test.avi only contains the first AVI, not the second one. > > Is it possible to do this with mencoder? If yes, how can I do it? cat file1.avi file2.avi > file.avi mencoder ..... -forceidx file.avi This works for me. Georg