PDA

View Full Version : Psp videos


try2lickurelbo
August 19th, 2007, 02:43 PM
I'm trying to convert some videos for my psp, but i'm not sure what to do or use.

I found ffmpeg, and i have no idea at all how to install

Regards,
Mitch

drobvice
August 19th, 2007, 03:48 PM
I haven't tried it but avidemux has output settings for psp and psp h.264.

jacob01
August 19th, 2007, 04:17 PM
how i did it was with ffmpeg

it may not appear to be installed since it is a program that is used through the terminal

to convert the videos cd to the dorectory then type

ffmpeg -i file name -f psp -r 14.985 -s 320x240 -b 768 -ar 24000 -ab 32 M4V00002.MP4

and change the file name to the name of the file you want to convert including the extension then the out put should be the video named M4V00002.MP4 in that directory

so navigate to the folder of the video

for example with a video called video with an mpeg extension you would call it video.mpg

cd ~/videos (then press enter)

ffmpeg -i video.mpg -f psp -r 14.985 -s 320x240 -b 768 -ar 24000 -ab 32 M4V00002.MP4

your video name might be differant

NULL712
August 23rd, 2007, 10:32 PM
ok i did every thing you said and the movie works on my computer but not on my psp. when i try to play the movie on mt psp it just gives me an error saying the video can not be played....any ideas?:confused: