Useful Tips for GNU/Linux Operating System

Joining Multiple Videos into One Using Mplayer

October 20, 2009 · Leave a Comment

In order to join multiple video files, into a single video file, you just need to issue following command:

$ mencoder -oac copy -ovc copy -o joined_single_video.avi video1.avi video2.avi video3.avi

Even you can use wild cards (*, ?) too.

$ mencoder -oac copy -ovc copy -o joined_single_video.avi video*.avi

PS. In place of ‘avi’, you can give whatever file format is available.

Categories: linux · mplayer
Tagged: ,

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment