Extract

From Avisynth wiki
Revision as of 12:40, 23 April 2017 by Raffriff42 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
AVS+
This feature is specific to AviSynthPlus.

It is not supported in other AviSynth versions.

Extract a plane from the source clip.

Resulting clip is Y-only (Y8, Y10 etc. as appropriate)
Replaces ShowAlpha/Red/Green/Blue, UToY/UToY and ConvertToY8 with high bit depth support.

Contents


Syntax and Parameters

ExtractY(clip)
ExtractU(clip)
ExtractV(clip)

ExtractR(clip)
ExtractG(clip)
ExtractB(clip)

ExtractA(clip)

clip   =
Source clip. Accepts 8-16 integer bit depths, but not Float.
If specified plane does not exist, an error is raised.

Changes

20161116 first added, replacing AToY8, GToY8, BToY8, RToY8
Personal tools