Author Topic: Convert any video to PSP mp4 format  (Read 673 times)

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12795
  • RLU #490933
    • Wordpress On The Wardrobe...
Convert any video to PSP mp4 format
« on: July 21, 2010, 04:08:13 PM »
Hola everyone.

I got an interesting project from a Friend this morning...

He wants to encode his (important) family videos (holidays / slideshows that I made from his wedding photos / other video stuff) to a files playable on his PSP.

I was trying several times / different methods and finally found solution that satisfied my needs.

1) Open console
2) Use command:

Quote
mencoder /path/to/input/video.avi -oac lavc -ovc lavc -of lavf -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:vbitrate=384:acodec=libfaac -af lavcresample=24000 -vf scale=368:208,harddup -lavfopts format=psp -ofps 15 -o /path/to/the/output/video.mp4


3) When the conversion is all done connect PSP with a USB cable
4) Open PSP's memory card via file manager ie. Dolphin


5) Find folder VIDEO (should be in the main folder of the card if not create it)
6) Paste the video.mp4 to the folder
7) Safely remove the PSP

After that You should be able to watch video on Your PSP.

I have tried avidemux-qt and after 7 hours of encoding PSP said that the created file is a unsupported data... Mencoder did it in about 30 mins and I am happy with the video quality.

I am sure that converting any other (then avi) input file is a go...

Hope this helps.

Andy
« Last Edit: August 24, 2010, 07:15:04 AM by AndrzejL »

String6

  • Guest
Re: Convert any video to PSP mp4 format
« Reply #1 on: July 21, 2010, 05:32:55 PM »
You might also like to try WinFF. This is available through Synaptic package manager.
WinFF is a graphical front-end to FFmpeg. It has a PSP preset among many others.
The interface is very intuitive to use and is nicely polished transcoder.  :)

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12795
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Convert any video to PSP mp4 format
« Reply #2 on: July 21, 2010, 05:36:13 PM »
Tried it. Didn't worked well enough for me.

Andy