diff DOCS/xml/de/mencoder.xml @ 30940:1bd408cc4143

updated example line for encoding to psp (acodec faac is now libfaac)
author ptt
date Thu, 01 Apr 2010 17:37:51 +0000
parents 75df3c533a73
children
line wrap: on
line diff
--- a/DOCS/xml/de/mencoder.xml	Thu Apr 01 17:37:13 2010 +0000
+++ b/DOCS/xml/de/mencoder.xml	Thu Apr 01 17:37:51 2010 +0000
@@ -344,7 +344,7 @@
       <para>
         <screen>
           mencoder -ofps 30000/1001 -af lavcresample=24000 -vf harddup -of lavf \
-          -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
+          -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac \
           -lavfopts format=psp \
           <replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
         </screen>