AVIL
8th February 2009, 23:51
Hi,
I want to process yuy2 clips converted to planar form by planar2interleaved(). But if I test vi.isPlanar() on this type of clips the result is false.
I.e. the sentence:
if (!vi.isPlanar())
env->ThrowError("WAverage : Only planar type clips");
stops avisynth and the error is displayed.
Then, I want find a method to detect the clips converted by planar2interleaved. So I look for the source code (in SSEtools) for any tip.
Thanks in advance
I want to process yuy2 clips converted to planar form by planar2interleaved(). But if I test vi.isPlanar() on this type of clips the result is false.
I.e. the sentence:
if (!vi.isPlanar())
env->ThrowError("WAverage : Only planar type clips");
stops avisynth and the error is displayed.
Then, I want find a method to detect the clips converted by planar2interleaved. So I look for the source code (in SSEtools) for any tip.
Thanks in advance