Convert video for PSP Slim
Posted: 29 Mar 2008 19:35
Hi all,
I am trying to encode a video for my psp. I know that psp spec are MP4 (video H.264 & audio AAC).
Here is below the VLC commad I am using
The video is converted, I can read it on my pc, but my PSP does not recognize it (it says it is an unsupported format).
Any idea what I am doing wrong?
Thanks in advance for your help
Julien.
I am trying to encode a video for my psp. I know that psp spec are MP4 (video H.264 & audio AAC).
Here is below the VLC commad I am using
Code: Select all
:sout=#transcode{width=720,canvas-height=480,vcodec=h264,vb=768,scale=1,acodec=mp4a,ab=96,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst="video.mp4"}}
Any idea what I am doing wrong?
Thanks in advance for your help
Julien.