summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-15 16:30:31 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-15 16:30:31 +0000
commit207b16bd412b916fcfae99e047dcdb9756139182 (patch)
treea49c554550a877d8b937083aec1c9bfb344daf88 /DOCS
parent699e0cc67bf6a91419df945eb17015f95edcf2d2 (diff)
downloadmpv-207b16bd412b916fcfae99e047dcdb9756139182.tar.bz2
mpv-207b16bd412b916fcfae99e047dcdb9756139182.tar.xz
-fafmttag can be needed while steam copying.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16229 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/mencoder.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 26531fd2a0..be9b857e70 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -131,6 +131,24 @@ them. This section is about <emphasis role="bold">copying</emphasis>.
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>