PDA

View Full Version : Size video in QuEnc


bullfrog
6th May 2004, 10:07
Where I can set the size of the video in QuEnc (for example 480x576)?

Thanks.

jepkre
6th May 2004, 11:11
@bullfrog

you'll have to create an avisynth script(*.avs) and use one of the built in resizers.

:)

bb
6th May 2004, 11:39
Originally posted by jepkre
[...]and use one of the built in resizers.

... or one of the external resizers :) I like Tom Barry's SimpleResize for its speed (it's a bilinear resize algorithm).

bb

bullfrog
6th May 2004, 12:00
Thanks, I will use BicubicResize(480, 576, 0, 0.5). I think it is Neutral Bicubic.