News
Linux
Linux: Joining movie parts is easy with mencoder
How often does it happen that, when downloading a movie, it's all separated into chunks? You don't want to open file by file when watching that movie. You want to combine all those chunks into a single avi, wmv or mpeg. Mencoder is your solution.
Try this to join 2 flash movies a.flv and b.flv into c.flv:
mencoder -oac copy -ovc copy -idx -o c.flv a.flv b.flvIf you want a GUI for mencoder, you should definitely try kmenc15.


No comments posted yet.
Only logged in users are allowed to comment. Register or log in.