# HG changeset patch
# User gpoirier
# Date 1154291639 0
# Node ID afc63a0f266f76375425c4a81d201e4aa37cdb3d
# Parent 7a9116ae7fc04d8299171622b3b44bfdefff380b
How to encode movies for PSP
diff -r 7a9116ae7fc0 -r afc63a0f266f DOCS/xml/en/mencoder.xml
--- a/DOCS/xml/en/mencoder.xml Sun Jul 30 20:03:43 2006 +0000
+++ b/DOCS/xml/en/mencoder.xml Sun Jul 30 20:33:59 2006 +0000
@@ -341,6 +341,50 @@
+
+
+Encoding to Sony PSP video format
+
+
+ MEncoder supports encoding to Sony PSP's video
+ format, but, depending on the revision of the PSP software, the constraints
+ may differ.
+ You should be safe if you respect the following constraints:
+
+
+ Bitrate: it should not exceed 1500kbps,
+ however, past versions supported pretty much any bitrate as long as the
+ header claimed it was not too high.
+
+
+ Dimensions: the width and height of the
+ PSP video should be multiples of 16, and the product width * height must
+ be <= 64000.
+ Under some circumstances, it may be possible for the PSP to play higher
+ resolutions.
+
+
+ Audio: its samplerate should be 24khz
+ for MPEG-4 videos, and 48khz for H.264.
+
+
+
+
+
+Example
+
+
+mencoder -oac lavc -ovc lavc -of lavf -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
+-af lavcresample=24000 -vf harddup -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \
+-ofps 30000/1001 input.video -o output.psp
+
+ Note that you can set the title of the video with
+ .
+
+
+
+
+
Encoding to MPEG format