# HG changeset patch # User gpoirier # Date 1124123431 0 # Node ID 88ed8890152cbb366484079f3126f4019974f409 # Parent 4b2b8c90d370967a9decfa90d63a3252423affe8 -fafmttag can be needed while steam copying. diff -r 4b2b8c90d370 -r 88ed8890152c DOCS/xml/en/mencoder.xml --- 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. + + + Using to copy from one container format to + another may require the use of 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 + codecs.conf. + + + +Example: + +mencoder input.nsv -oac copy -fafmttag 0x706D -ovc lavc -lavcopts vcodec=mpeg4 -o output.avi + + +