tivi
25th November 2003, 22:40
Hi folks!
I read a lot the last two days...Now, I'm a little bit confused....
I would like to know if FixBrokenChromaUpsampling()
has to be used before conversion to YUY2.
In other words, will both scripts generate the same output?
----------------------------------------------------------
AVISource("G:\SCENE0~1.AVI",False).FixBrokenChromaUpsampling()
ConvertToYUY2()
Telecide()
BicubicResize(480,576,0.0,0.6)
Import("E:\SVCD\DV\ResampleAudio.avs")
ResampleAudio(44100)
----------------------------------------------------------
----------------------------------------------------------
AVISource("G:\SCENE0~1.AVI",False)
ConvertToYUY2()
Telecide()
FixBrokenChromaUpsampling()
BicubicResize(480,576,0.0,0.6)
Import("E:\SVCD\DV\ResampleAudio.avs")
ResampleAudio(44100)
----------------------------------------------------------
Thank you very much.
tivi
I read a lot the last two days...Now, I'm a little bit confused....
I would like to know if FixBrokenChromaUpsampling()
has to be used before conversion to YUY2.
In other words, will both scripts generate the same output?
----------------------------------------------------------
AVISource("G:\SCENE0~1.AVI",False).FixBrokenChromaUpsampling()
ConvertToYUY2()
Telecide()
BicubicResize(480,576,0.0,0.6)
Import("E:\SVCD\DV\ResampleAudio.avs")
ResampleAudio(44100)
----------------------------------------------------------
----------------------------------------------------------
AVISource("G:\SCENE0~1.AVI",False)
ConvertToYUY2()
Telecide()
FixBrokenChromaUpsampling()
BicubicResize(480,576,0.0,0.6)
Import("E:\SVCD\DV\ResampleAudio.avs")
ResampleAudio(44100)
----------------------------------------------------------
Thank you very much.
tivi