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.