LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Converting PSP-Compatable Video (https://www.linuxquestions.org/questions/linux-software-2/converting-psp-compatable-video-397494/)

yubimusubi 12-29-2005 04:01 AM

Converting PSP-Compatable Video
 
I have a bunch of old files (mostly unlicensed anime and AMV's,*.avi and *.mp[e]g) I'd like to watch on my PSP, but I can't seem to be able to get it to work...I tried fiddling with ffmpeg to convert to .mp4 (I did a command something like this ' ffmpeg -y -i <input> -title "<title>" -timestamp "<timestamp>" -bitexact -vcodec xvid -s 320x240 -r 29.97 -qscale 4 -acodec aac -ac 2 -ar 24000 -ab 48 -f mp4 <output-file>.mp4' on the latest stable gentoo ebuild of ffmpeg (0.4.9-p20050226-r5)) and moving the file to /mnt/psp/mp_root/100mnv01 (my PSP is mounted at /mnt/psp).

I've google'd for solutions and apps for making PSP-compatable video files, and can't find much...one solution involved hacking a March 2005 CVS build, but doing that wouldn't recognize my a/v codecs :(

Did I do something wrong with the command? Or is it even possible to do this with ffmpeg? :confused:

Thanks for your help

EDIT: Forgot to mention, I have the 2.6 firmware installed on the PSP...Idunno if that makes a difference...

NecroScumBag 12-30-2005 01:48 PM

I have been currently using Xilisoft DVD to PSP Converter in the current wine build with out issue. I know that there are any other software program that are freeware that does the same thing. I have not tried any of the other program yet my self. regarding the 2.6 firmware part. I don't know. I am still using 2.0. However if you do your research there are software advailible that allow you to go back to previous firmware version with out any ill effect.

stearic 03-11-2006 06:42 AM

I've been searching for a linux way of doing it and i found that this lil code to use, hope this helps you.
ffmpeg -i Video.avi -f psp -r 29.970030 -b 768 -ar 24000 -ab 64 -s 320x240 M4V00001.MP4


All times are GMT -5. The time now is 09:36 PM.