Master Yoda
4th September 2003, 00:12
I was told to add one of these lines to res size the extras on a dvd..
NTSC
for progressive sources
LanczosResize(352,480,8,0,704,480)
if your source is interlaced then
SeparateFields()LanczosResize(352,240,8,0,704,240).Weave()
for PAL progressive
LanczosResize(352,576,0,0,720,576)
interlaced
SeparateFields()LanczosResize(352,288,0,0,720,288).Weave()
if you want to convert lower field first to top field first then
DoubleWeave().SelectOdd().SeparateFields()
LanczosResize(352,288,0,0,720,288).Weave()
But i read somewhere else that you can use ..
BicubicResize(352,480,0,0.50)
So what should i use, dont wanna be using anything to advanced....
NTSC
for progressive sources
LanczosResize(352,480,8,0,704,480)
if your source is interlaced then
SeparateFields()LanczosResize(352,240,8,0,704,240).Weave()
for PAL progressive
LanczosResize(352,576,0,0,720,576)
interlaced
SeparateFields()LanczosResize(352,288,0,0,720,288).Weave()
if you want to convert lower field first to top field first then
DoubleWeave().SelectOdd().SeparateFields()
LanczosResize(352,288,0,0,720,288).Weave()
But i read somewhere else that you can use ..
BicubicResize(352,480,0,0.50)
So what should i use, dont wanna be using anything to advanced....