View Full Version : Crop
DVDBob
22nd January 2011, 15:56
Hello.
What does it mean that crop mod-2, mod-4, mod 16 etc???
TheSkiller
22nd January 2011, 16:07
It means that the image dimensions in pixels after cropping are divisible by that number. That means it's supposed to be an integer, no something point something.
For example the number 640 is mod16 (which implies that it is also mod8, mod4 and mod2). 640/16 = 40
360 is not mod16: 360/16 = 22.5
But 360/8 = 45 so it's mod8.
DVDBob
22nd January 2011, 16:18
I have a movie in 1200x790 as I should have cropped in mod2
But i can't get the right number i should crop.
TheSkiller
22nd January 2011, 17:47
1200x790 is mod2 (mod2 is easy: any even number is mod2).
But that is a pretty weird size. We need a sample (image or video).
DVDBob
22nd January 2011, 18:41
I found out that I just had to resize and my problem away.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.