How To Join Two Avi files in linux.
- February 5th, 2009
- Posted in Documentation
- Write comment
I used this method on CentOS5 and used the rpmforge repository to install mencoder (yum install mencoder).
mencoder -forceidx -ovc copy -oac copy -o combinedfilename.avi firstfilename.avi secondfilename.avi
No comments yet.