I have two sets of files which I'd like to merge.

The first is a set of dual audio ogm files at the same format. They are episodes of an anime, basically.

The second set is a pair of wmv's which are also the same format, though these don't have dual audio.

I'm on debian/linux and I have ffmpeg but I can't seem to find a decent guide to merging. If anyone can point me in the right direction or even advise a different application ( though it has to be linux compatible ) I'd appreciate it.

link|improve this question

62% accept rate
feedback

2 Answers

not sure if this helps

mencoder -oac copy -ovc copy part1.avi part2.avi -o complete.avi

link|improve this answer
hm. i think the audio is a little off, every so often it "glitches" in the audio. are there any settings to preserve the audio even more? – meder Oct 17 '10 at 21:12
feedback

Maybe you should try avimerge from transcode package ?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.