Hi, I need to glue together three *.avi files. I was trying to achieve this with avimerge (v1.0.2), did some tests (see below), but find it happens to segfault on me.
Some background info: The avi's were created with mencoder from three separate DVD's. These DVDs each are a partial recording of a 4-hour VCR-tape of one TV-program. The DVD's (and thus the avi's too, at the moment) have overlapping parts -- these will be clipped from the avi's. Then the three edited avi's need to be joined into one avi that can fit on one DVD. Is there any alternative at the moment that I can use? Meanwhile I'll investigate further. Thanks. - bjd $> avimerge --help avimerge (transcode v1.0.2) (C) 2001-2004 Thomas Oestreich, T. Bitterberg $> ls -la zg* -rw------- 1 root staff 2297925706 Sep 15 20:22 zg-0.avi -rw------- 1 root staff 2292968878 Sep 15 23:16 zg-1.avi -rw------- 1 root staff 552554104 Sep 15 21:02 zg-2.avi $> file zg* zg-0.avi: RIFF (little-endian) data, AVI, 720 x 540, 25.00 fps, video: DivX 4, audio: (stereo, 48000 Hz) zg-1.avi: RIFF (little-endian) data, AVI, 720 x 540, 25.00 fps, video: DivX 4, audio: (stereo, 48000 Hz) zg-2.avi: RIFF (little-endian) data, AVI, 720 x 540, 25.00 fps, video: DivX 4, audio: (stereo, 48000 Hz) $> avimerge -o big.avi -i zg-0.avi zg-1.avi scanning file zg-0.avi for video/audio parameter [avilib] V: 25.000 fps, codec=DIVX, frames=172701, width=720, height=540 [avilib] A: 48000 Hz, format=0x50, bits=16, channels=2, bitrate=256 kbps, [avilib] 13817 chunks, 221057280 bytes, CBR merging multiple AVI-files (concatenating) ... file 01 zg-0.avi [zg-0.avi] (000000-013816) (552680.00 <-> 0.00) No audiodata left for track 0->0 (0.00=0.00) continuing .. Adding a new RIFF chunk: 1 (5803320.00 <-> 0.00) [zg-0.avi] (000000-172700) (6908040.00 <-> 0.00) Segmentation fault $> avimerge -c -o big.avi -i zg-1.avi zg-2.avi scanning file zg-1.avi for video/audio parameter [avilib] V: 25.000 fps, codec=DIVX, frames=172328, width=720, height=540 [avilib] A: 48000 Hz, format=0x50, bits=16, channels=2, bitrate=256 kbps, [avilib] 13787 chunks, 220582656 bytes, CBR merging multiple AVI-files (concatenating) ... file 01 zg-1.avi [zg-1.avi] (000000-013786) (551480.00 <-> 0.00) No audiodata left for track 0->0 (0.00=0.00) breaking (-c) .. [avimerge] Dropping 158540 frames Segmentation fault $> ls -la big.avi -rw------- 1 root staff 387113640 Sep 17 09:59 big.avi