[MPlayer-DOCS] [PATCH] new section: muxing

Nico Sabbi nsabbi at tiscali.it
Wed Apr 13 00:08:23 CEST 2005


Guillaume Poirier wrote:

>  
>
>------------------------------------------------------------------------
>
>Index: en/mencoder.xml
>===================================================================
>RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
>retrieving revision 1.49
>diff -u -r1.49 mencoder.xml
>--- en/mencoder.xml	12 Apr 2005 19:51:31 -0000	1.49
>+++ en/mencoder.xml	12 Apr 2005 21:32:50 -0000
>@@ -1290,6 +1290,144 @@
> </para>
> </sect2>
> 
>+<sect2 id="menc-feat-dvd-mpeg4-muxing">
>+<title>Muxing</title>
>+<para>
>+  Now that you have your encoded video, you will more than likely want
>+  to mux it with one or more audio tracks into a movie container, such
>+  as AVI, OGM, Matroska or NUT.
>+  <application>MEncoder</application> is currently only able to output
>+  audio and video into MPEG and AVI container formats.
>+  for example:
>+  <screen>mencoder -oac copy -ovc copy  -o <replaceable>output_movie.avi</replaceable> -audiofile <replaceable>input_audio.mp2</replaceable> <replaceable>input_video.avi</replaceable></screen>
>+  This would merge the video file <replaceable>input_video.avi</replaceable>
>+  and the audio file <replaceable>input_audio.mp2</replaceable>
>+  the AVI file <replaceable>output_movie.avi</replaceable>.
>+  This command works with MPEG-1 layer I and II audio, WAV and few other
>+  audio formats too.
>+</para>
>+
>  
>

and III




More information about the MPlayer-DOCS mailing list