Mago
23rd February 2003, 00:06
What is the minimum resultion on a AVI file to get a resonble quality on a DVD after conversion???
I'm using AviSynth and CCE... I tried an AVI with the resultion 576x320. The AviSynth script looked like this:
AVISource("f:\output\test.avi")
BicubicResize(704,474)
AddBorders(8,3,8,3)
ConvertToYUY2()
The result was a anamorphic DVD with medium quality. I first thought it was some tweaking in CCE but I then found out that the resize wasn't very good. (I'm resizing almost 50 % verticaly)
So in the future I will try to find AVIs with higher reultion, so I don't have to resize so much. Or does anybody have any other good solution????
/Mago
I'm using AviSynth and CCE... I tried an AVI with the resultion 576x320. The AviSynth script looked like this:
AVISource("f:\output\test.avi")
BicubicResize(704,474)
AddBorders(8,3,8,3)
ConvertToYUY2()
The result was a anamorphic DVD with medium quality. I first thought it was some tweaking in CCE but I then found out that the resize wasn't very good. (I'm resizing almost 50 % verticaly)
So in the future I will try to find AVIs with higher reultion, so I don't have to resize so much. Or does anybody have any other good solution????
/Mago