daimroc
23rd September 2009, 09:03
Hello:
I am trying to resize a video from 1280x720 to 720x400. I am using the following script:
AVCSource("video.dga", dblock=true)
#ConvertToRGB32()
Spline64Resize(720,400)
Well, if I open this avs with virtualdubmod or media player classic, I can see very aliasing in the contour of the letters and other zones like eyes in example.
This problem I can see if I don't convert the color space to RGB. If I convert the video to RGB, I can see that this problem doesn´t exist.
But If I convert the video to RGB, then I can´t use x264 because it's not compatible with RGB, it must be YV12.
I would like to know if ther is a way to resize the video with this aliasing problem.
The problem is the following:
http://i100.photobucket.com/albums/m22/daimroc/mienteme-noRGB.png
http://i100.photobucket.com/albums/m22/daimroc/mienteme-RGB-1.png
The captures are made with media player classic home cinema. The first one is when I don't use the ConvertToRGB32() in the script and the second one is when I use it.
It easy to see how in the first capture, in the red "e" of "me", the aliasing is higher than the second capture.
Thanks.
Daimroc.
I am trying to resize a video from 1280x720 to 720x400. I am using the following script:
AVCSource("video.dga", dblock=true)
#ConvertToRGB32()
Spline64Resize(720,400)
Well, if I open this avs with virtualdubmod or media player classic, I can see very aliasing in the contour of the letters and other zones like eyes in example.
This problem I can see if I don't convert the color space to RGB. If I convert the video to RGB, I can see that this problem doesn´t exist.
But If I convert the video to RGB, then I can´t use x264 because it's not compatible with RGB, it must be YV12.
I would like to know if ther is a way to resize the video with this aliasing problem.
The problem is the following:
http://i100.photobucket.com/albums/m22/daimroc/mienteme-noRGB.png
http://i100.photobucket.com/albums/m22/daimroc/mienteme-RGB-1.png
The captures are made with media player classic home cinema. The first one is when I don't use the ConvertToRGB32() in the script and the second one is when I use it.
It easy to see how in the first capture, in the red "e" of "me", the aliasing is higher than the second capture.
Thanks.
Daimroc.