Thanks for the responses.

Could this be added to a Wiki somewhere? I'm sure there's going to be a lot of
interest in this particularly with the PSP coming out. It'd be nice to have
something like a portable page, with a picture of each device and instructions
for how to get from .nuv to whatever. I guarantee it'll save a whole mountain
of bandwidth on this forum as wel 8-)

Cheers

Mikc

Quoting Byron Poland <[EMAIL PROTECTED]>:

Hi,

I have an ffmpeg command that I use to down size video for the Sony
PSP.  the oddity with the psp is that it requires audio to be in mp4
format.  you need a relatively recent build of ffmpeg, but the
following works:

ffmpeg -y -i INFILE -bitexact -f psp -s 320x240 -r 29.97 -b 768
-acodec aac -ac 2 -ar 24000 -ab 32 M4V10001.MP4

I haven't been successful converting to a wide screen format, but the
psp has a full screen option and since it is a widescreen natively,
the widescreen content looks fine.  one thing to note though is that
even if my source file has a frame rate of 24.xx if I don't change it
to 29.97 for the psp I get major audio sync problems.

I'm able to get an hour show sans commercials onto a 256mb memory
stick with pretty good quality.  I believe 768 is the highest bitrate
the psp will accept.
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to