Daily Archives: 2011-05-20

Concatenating Video Files with MPlayer

I found out how to concatenate the parts of a video to a single file with MPlayer. It’s relatively easy, so this is just a mini-post to save it for posterity: $ cat video_part1.avi video_part2.avi … > temp.avi $ mencoder … Continue reading

Posted in Computers, Free software, FreeBSD, Linux, Open source, Software | Tagged , , , , , , | 7 Comments