Mercurial > mplayer.hg
changeset 16228:88ed8890152c
-fafmttag can be needed while steam copying.
author | gpoirier |
---|---|
date | Mon, 15 Aug 2005 16:30:31 +0000 |
parents | 4b2b8c90d370 |
children | 45b339e1b93b |
files | DOCS/xml/en/mencoder.xml |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml Mon Aug 15 08:30:43 2005 +0000 +++ b/DOCS/xml/en/mencoder.xml Mon Aug 15 16:30:31 2005 +0000 @@ -131,6 +131,24 @@ for this. </para></listitem> </itemizedlist> + +<para> + Using <option>-oac copy</option> to copy from one container format to + another may require the use of <option>-fafmttag</option> to keep the + audio format tag of the original file. + For example, if you are converting an NSV file with AAC audio to an AVI + container, the audio format tag will be incorrect and it will have to + be changed. For a list of audio format tags, check + <filename>codecs.conf</filename>. +</para> + +<para> +Example: +<screen> +mencoder <replaceable>input.nsv</replaceable> -oac copy -fafmttag 0x706D -ovc lavc -lavcopts vcodec=mpeg4 -o <replaceable>output.avi</replaceable> +</screen> +</para> + </sect1>