20070802 combining avi files - plembo/onemoretech GitHub Wiki

title: combining .avi files link: https://onemoretech.wordpress.com/2007/08/02/combining-avi-files/ author: lembobro description: post_id: 669 created: 2007/08/02 05:38:00 created_gmt: 2007/08/02 05:38:00 comment_status: open post_name: combining-avi-files status: publish post_type: post

combining .avi files

Some more notes from my efforts to create some home movie DVD’s.

This one requires avimerge, one of the neat utilities that comes from the Transcode Project.

To combine two or more .avi files, use the following syntax:

avimerge -o combined.avi -i first.avi second.avi

It’s that simple. Remmember to put the individual .avi files after the “-i” switch (for “input”) in the order you’d like the video to appear in the final, combined, .avi file.

Note: Tricks like using cat to combine multiple .avi files didn’t work for me.

Copyright 2004-2019 Phil Lembo