daimroc
7th March 2009, 11:31
Well, until now, I use a simple avs script to open the video with de DirectShowSource function.
I use ffdshow to decode the video. The output options I always have configurated checking the YV12, RGB32 and high quality YV12 convert to RGB.
I never have problems with the color space, but know with this revision (1123 32 bits) I get the following error: unsupported input format (YUY2).
In the avs I use the nnedi to deinterlaced the video, and it need the YV12 color space. In fact, if I uncheck the YV12 in ffdshow, I get the error that nnedi needs this input format.
If I use ConvertToYV12() in the avs then I don't get any error, but in this case I see that ffdshow isn't used, because I don't see the icon of ffdshow in the icontry. If I open ths avs with virtualdubmod then I can see the ffdshow icon in the icontry, so the configuration of ffdshow looks correct.
What is the problem? why don't I use ffdshow? I alwys use avisynth, ffdshow and x264 at this way and I never have problems.
Thanks.
Daimroc.
I use ffdshow to decode the video. The output options I always have configurated checking the YV12, RGB32 and high quality YV12 convert to RGB.
I never have problems with the color space, but know with this revision (1123 32 bits) I get the following error: unsupported input format (YUY2).
In the avs I use the nnedi to deinterlaced the video, and it need the YV12 color space. In fact, if I uncheck the YV12 in ffdshow, I get the error that nnedi needs this input format.
If I use ConvertToYV12() in the avs then I don't get any error, but in this case I see that ffdshow isn't used, because I don't see the icon of ffdshow in the icontry. If I open ths avs with virtualdubmod then I can see the ffdshow icon in the icontry, so the configuration of ffdshow looks correct.
What is the problem? why don't I use ffdshow? I alwys use avisynth, ffdshow and x264 at this way and I never have problems.
Thanks.
Daimroc.