[Libav-user] Incorrect frame size

lekha mishra mishra.ni.lekha at gmail.com
Mon Oct 10 08:34:34 CEST 2011


*
*
Hi all,

I am trying to change the resolution of the video 3.mp4(frame size :
176X144)  to 1980X1080 using ffmpeg+libx264.

My command is:

 ffmpeg -y -i Test.mp4 -acodec libfaac -ab 128k -ac 2 -vcodec libx264 -b1200k
-vpre default -crf 22 -async 1 -threads 0 -s 1920×1080 -aspect 4:3 -r 30 -ar
48000 outputFileName.mp4


but every time I get an error "Incorrect frame size".

This command works fine for 320x240 and 480X320 frame size.
 If anyone has an idea, what is going wrong, please help.

-- 
Regards,
Lekha Mishra




-- 
Lekha Mishra
New Generation Application Pvt. Ltd
Software Developer
90444149852
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20111010/71471521/attachment.html>


More information about the Libav-user mailing list