[FFmpeg-user] Problem reducing resolution

Tim Kinnel tim at genarts.com
Tue Jun 5 17:36:14 CEST 2012


I am using ffmpeg to convert video from mov to mp4 and to reduce the resolution from 640x360 to 320x180. However, the video comes out at 480x270. I am using the following command:

ffmpeg -y -i "source.mov" -vcodec libx264 -s 320x180 -b 1000k -r 15 -vpre slow_firstpass -an "output_320x180.mp4"

Does anyone have any hints about what might be going on? Thanks!

Cheers,
Tim



More information about the ffmpeg-user mailing list