blindbunny <ffmpegbugs.10.noonee...@spamgourmet.com> added the comment:

I'm seeing the very same problem. The command

ffmpeg -i src.mkv -s 400x320 -vcodec libx264 -vpre hq -crf 20 -an -sn scaled.mkv
-vframes 10

scales the input down to 400x320 as expected. But the command

ffmpeg -i src.mkv -cropbottom 1 -s 400x320 -vcodec libx264 -vpre hq -crf 20 -an
-sn scaled.mkv -vframes 10

crops the input to 400x320. This is with a subversion snapshot from 2010-05-13.

You find the samples used/produced by the above commands in
upload.ffmpeg.org/MPlayer/incoming/1957/

________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/issue1957>
________________________________________________

Reply via email to