Log in

View Full Version : correct interlaced resizing


moko
13th March 2003, 22:22
I found a thread in the forums not long ago about how to resize a d2v file to SVCD specs and keep it properly interlaced so it could be encoded as interlaced MPEG-2.

Here is the original script:

LoadPlugin("MPEG2DEC.DLL")
MPEG2Source("Video.d2v")
Bob
BilinearResize(480,360)
AddBorders(0,60,0,60)
DoubleWeave
SelectOdd
SelectEven


My question is, should I write the same script with different values so I could encode it interlaced XviD.
(Meaning, how can I resize it to a specific resolution such as 640x272 and keep it interlaced?)

moko
13th March 2003, 23:12
Never mind, figured it out... was totally obvious.