I uploaded my video to youtube and the highest resolution it appears as is 360p. This is much lower than what I uploaded. I believe that youtube isn't making higher resolutions available for my video because of its aspect ratio. The video is 720x400. How can I convert this to a different aspect ratio without losing any of the picture or picture quality? I don't care if blank space appears around the video so long as the picture doesn't get stretched horizontally or vertically.

link|improve this question

74% accept rate
Operating system? – Daniel Beck Jan 1 '11 at 21:26
I'm using OSX but I can also use Windows and Linux. – OSX NINJA Jan 1 '11 at 21:27
feedback

1 Answer

up vote 1 down vote accepted

try ffmpeg

ffmpeg -i mymovie.mpg -ar 22050 -acodec libmp3lame -ab 32K -r 25 -s 320x240 -vcodec flv mytarget.flv

ffmpeg has also option i.e.: -aspect 16:9

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.