hacbao
10th August 2005, 17:58
I want to convert the color to RGB, but AVI2DVD only convert to YV12.
So which one is better.
My DVD player and my TV supports RGB.
here is the scripts:
# Avisynth Script Made By Avi2Dvd
AviSource("C:\Documents and Settings\Administrator\Desktop\Movies\Game Movies\onimusha.avi", false)
ConvertToYV12()
LanczosResize(720,480,0.0,0.6)
AddBorders(0,0,0,0)
If RGB is better, then how can I convert my movie color to RGB, well using AVI2DVD ofcourse.
Please answer which one is better.
So which one is better.
My DVD player and my TV supports RGB.
here is the scripts:
# Avisynth Script Made By Avi2Dvd
AviSource("C:\Documents and Settings\Administrator\Desktop\Movies\Game Movies\onimusha.avi", false)
ConvertToYV12()
LanczosResize(720,480,0.0,0.6)
AddBorders(0,0,0,0)
If RGB is better, then how can I convert my movie color to RGB, well using AVI2DVD ofcourse.
Please answer which one is better.