mxclouti
14th February 2003, 22:23
I'm using an .AVS script to load my d2v video in VirtualDub.
To crop and resize the video I can add the following filter in the script:
crop(....
and
bicubicresize(....
or
bilinearresize(
or I can go into the DIVX 5.03 encoder parameters and enable the resize and crop functions.
Most people prefer the AVISynth method. Why? Is it better? Why not using the resize/crop functions of DIVX?
Thanks.
To crop and resize the video I can add the following filter in the script:
crop(....
and
bicubicresize(....
or
bilinearresize(
or I can go into the DIVX 5.03 encoder parameters and enable the resize and crop functions.
Most people prefer the AVISynth method. Why? Is it better? Why not using the resize/crop functions of DIVX?
Thanks.