[MPlayer-DOCS] r30982 - in trunk/DOCS/xml: cs/mencoder.xml de/mencoder.xml en/mencoder.xml fr/mencoder.xml hu/mencoder.xml it/mencoder.xml pl/mencoder.xml ru/mencoder.xml zh_CN/mencoder.xml
ptt
subversion at mplayerhq.hu
Thu Apr 1 19:37:51 CEST 2010
Author: ptt
Date: Thu Apr 1 19:37:51 2010
New Revision: 30982
Log:
updated example line for encoding to psp (acodec faac is now libfaac)
Modified:
trunk/DOCS/xml/en/mencoder.xml
Changes in other areas also in this revision:
Modified:
trunk/DOCS/xml/cs/mencoder.xml
trunk/DOCS/xml/de/mencoder.xml
trunk/DOCS/xml/fr/mencoder.xml
trunk/DOCS/xml/hu/mencoder.xml
trunk/DOCS/xml/it/mencoder.xml
trunk/DOCS/xml/pl/mencoder.xml
trunk/DOCS/xml/ru/mencoder.xml
trunk/DOCS/xml/zh_CN/mencoder.xml
Modified: trunk/DOCS/xml/en/mencoder.xml
==============================================================================
--- trunk/DOCS/xml/en/mencoder.xml Thu Apr 1 19:37:13 2010 (r30981)
+++ trunk/DOCS/xml/en/mencoder.xml Thu Apr 1 19:37:51 2010 (r30982)
@@ -401,9 +401,9 @@ You should be safe if you respect the fo
<title>encode for PSP</title>
<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 \
- -lavfopts format=psp \
+mencoder -ofps 30000/1001 -af lavcresample=24000 -vf harddup -oac lavc \
+ -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac \
+ -of lavf -lavfopts format=psp \
<replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
</screen>
Note that you can set the title of the video with
@@ -615,7 +615,7 @@ mencoder mf://<replaceable>@list.txt</re
</informalexample>
You can mix different types of images, regardless of the method you use
-— individual filenames, wildcard or file with list — provided of
+t — individual filenames, wildcard or file with list — provided of
course they have the same dimensions.
So you can e.g. take title frame from PNG file,
and then put a slideshow of your JPEG photos.
More information about the MPlayer-DOCS
mailing list