Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#1 | Link |
|
Registered User
Join Date: Nov 2004
Location: Spain
Posts: 366
|
Source code for kassandro's SSETools
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: Code:
if (!vi.isPlanar())
env->ThrowError("WAverage : Only planar type clips");
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 |
|
|
|
|
|
#4 | Link |
|
AviSynth plugger
Join Date: Nov 2003
Location: Russia
Posts: 2,126
|
Clips produced by planar2interleaved() are not native planar avisynth format, so they are stored in usual interleaved format container.
It is temporary solution before v2.6. There is no (almost any) free bits in video properties. Probably you may analyse frame content to distinguish interleaved from "planar".
__________________
My Avisynth plugins are now at http://avisynth.org.ru I usually do not provide a technical support in private messages. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|