Class: PlanarVideoFrame

AviSynth. PlanarVideoFrame

new PlanarVideoFrame()

This class provides direct access to video frame data that is in an planar format.
Source:
See:

Members

u :AviSynth.VideoFrameData

The U plane (chroma green/blue).
Type:
Source:

v :AviSynth.VideoFrameData

The V plane (chroma red/green).
Type:
Source:

y :AviSynth.VideoFrameData

The Y plane (luma).
Type:
Source: