13.4. Encoding to Sony PSP video format

Chapter 13. Basic usage of MEncoder

13.4. 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:

Example 13.4. encode for PSP

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 \
 input.video -o output.psp

Note that you can set the title of the video with -info name=MovieTitle.


13.3. Encoding two pass MPEG-4 ("DivX") 13.5. Encoding to MPEG format