Video Joiner for Ubuntu?


Recommended Posts

Is there any program that will join .mpeg/wmv files and run in VLC player (Running Gutsy 7.10)?

Go to Ubuntu's ADD/Remove section and type video. It'll show you several video editing programs

Link to comment
Share on other sites

I doubt WMV files would work. You should use open source containers like Matroska. Matroska files are very easy to join. If Matroska can hold the MPEG video you could just remux it into a matroska container, using the append feature.

Link to comment
Share on other sites

I usually use a terminal to join videos. The command I use works for videos of the same resolution and using the same codec, it's

mencoder -oac copy -ovc copy -idx -o output.avi video1.avi video2.avi

I'm sure you could use .mpg/wmv files too. I always use this and then use Avidemux to convert to mp4 videos as I've found them to be the smallest.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.