Log in

View Full Version : Crop and resize


MatLz
15th August 2009, 01:11
In the d2v file we can crop and resize by "clipping" and "picture_size".
Is this method much faster than Avisynth?

Guest
15th August 2009, 02:29
You can crop with clipping but you cannot resize with the picture size.

The cropping will be the same speed as Avisynth because it simply invokes Crop().

MatLz
15th August 2009, 03:10
You can crop with clipping but you cannot resize with the picture size..

Exact, sorry for the mistake.
Is no problem to crop in the d2v file before deinterlace? I always crop after. A deinterlace filter must'nt have the entire video or divisible by 16 or 8 resolution to work properly?

Guest
15th August 2009, 13:09
You can crop before the deinterlacer. It is not a problem and will be faster.

MatLz
15th August 2009, 13:32
Thanks for your explanations, Master Neuron2.