On Tuesday 25 December 2007 09:20:50 pm Charles Li wrote:
> Hi,
>
> On Dec 26, 2007 8:10 AM, Adam Jimerson <[EMAIL PROTECTED]> wrote:
> > I have a brand new PSP, and I want to put some videos on it but it only
> > supports. MP4 video files, I know that ffmpeg supports outputing to a psp
> > compatable MP4 file because I have seen all of the GUI frontends for it,
> > but I can't get them to work, so I figured I would give attempting this
> > in the command line and I was wondering what the options that I would
> > have to give to ffmpeg in order for it to do this.
>
> ffmpeg -i $name.flv -ar 22050 -ac 2 -acodec libfaac -vcodec h263 -s
> 352x288 -r 20 -b 5000 -ab 32 $name.mp4
>
> The -acodec and -vcodec can directly use the library for audio and
> video codec, maybe you need change these for different converting.
>
>
>
> --
> Sincerely Yours,
>
> Charles Li

Is 352x288 the most the PSP supports?  I have tried it on a short video that I 
have and it works but the video is originally 720x480 and when viewing the 
newly created mp4 video it looks squeezed to me.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to