Log in

View Full Version : ffmpeg and Crop


PsyDonia
15th January 2011, 19:13
can anyone explain the crop in ffmpeg.
on the lder it has Croptop, cropleft,cropright and cropbottom.
now it has CropWidth:height:Something:something.
and also can the option -VF cropdetect be used so it use that settings automatic.

Like this.

ffmpeg.exe -vf cropdetect -i InputFile.AVI -b 800k -vcodec libxvid -acodec ac3 -ab 448k -ac 6 -y Output.avi