Log in

View Full Version : bug in frame size when resizing in codec


lark
14th July 2002, 13:33
is this a known bug in virtualdub (v.1.4.10)?

if i resize in codec (DivX 5.02 prof w/ adware),
the properties still state that the frame width and height are the ones that were served from avisynth.

e.g. i have a avs like

LoadPlugin("H:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("H:\dvd\test.d2v")

then i resize that in codec to 608*336
and save as avi (fast recompress).

avi's properties still say that
frame width is 720 and
frame height is 480.

well the clip play w/o problems (as 608*336),
but this is annoying, if i just want to take a quick look at the frame size...

if i load the avi to virtualdub, avi info obviously shows the correct size.

perhaps i'll stick to resizing in avisynth ;-)

regards
t :)