Hello.
I'm using the following commandline to join multiple avi files into one without reencoding:
It works great, however when an avi contains two or more audio streams, it copies all of the streams (I could tell by filesize), but fails write it into header, so players can only see the first stream.Code:mencoder.exe -oac copy -ovc copy -mc 0 -noskip -o finished_name.avi first_part.avi second_part.avi
Can someone please help me with this?
Thank you.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Welcome V@no
Even if those multiple streams are copied they will be ignored ... avi in general when joining should contain the same type and number of streams.
If an avi has 5 audio streams ... then for all the others you would extract their audio and generate additional audio streams ... each needs to match format and frequency found in the multiple audio avi ... then after they have been joined you won't have any problems. -
Thank you for reply and welcome
Both .avi files have the same structure, same number of streams. It used to be one file then was split in half with virtualdubmod (I think) so it would fit on a cd
Similar Threads
-
Removing audio streams from multiple files
By Ygramul in forum Video ConversionReplies: 6Last Post: 7th Feb 2012, 14:16 -
Multiple Audio Streams (Avi)
By nycboriqua in forum EditingReplies: 5Last Post: 26th Sep 2010, 17:42 -
can I join multiple avi files?
By afteryouwho in forum ffmpegX general discussionReplies: 5Last Post: 20th Dec 2009, 05:56 -
Simplest way to convert and join avi's with different audio streams??
By Lolipop Jones in forum Newbie / General discussionsReplies: 2Last Post: 15th May 2008, 11:25 -
how do I join multiple avi files with multiple audio tracks?
By helloguys in forum EditingReplies: 1Last Post: 26th Dec 2007, 02:28