[MPlayer-users] [mencode] Splitting avi's with all audio streams
Alexei Khlebnikov
a.khlebnikau at sam-solutions.net
Fri Mar 26 16:42:47 CET 2004
On Fri, 26 Mar 2004 14:46:12 +0100
J <juergen at nana-media.de> wrote:
J> hi list,
J>
J> there's a mac-app called "explicit" (a front-end written by Sveinbjorn
J> Thordarson ),
J> that splits an avi into two segments using mencode with the following
J> commands:
J>
J> mencoder -ovc copy -oac copy -endpos h:mm:ss -o [segment_1]
J> [your_video_file]
J> mencoder -ovc copy -oac copy -ss h:mm:ss -o [segment_2]
J> [your_video_file]
J>
J> unfortunately, if there is more than one audio stream in the source
J> file,
J> these commands only copy the second audio stream into the split files...
J>
J> I'm quite new to mencoder, does anyone know, how the command should be
J> changed to copy all audio streams?
Unfortunately, mencoder cannot write 2 or more audio streams into the output file.
Avisplit from transcode package ( www.transcoding.org ) can split mutli-audio AVIs.
Not sure if works on MAC.
More information about the MPlayer-users
mailing list