Interleaved

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
 
Interleaved image format is a format for storing images where all color components needed to represent a pixel are placed ''at the same place'' in memory. This is in contrast with how [[planar]] images are stored in memory.
 
Interleaved image format is a format for storing images where all color components needed to represent a pixel are placed ''at the same place'' in memory. This is in contrast with how [[planar]] images are stored in memory.
  
*Supported interleaved formats in AviSynth 2.5/2.6: [[RGB24]], [[RGB32]], [[YUY2]]
+
*Supported interleaved formats in AviSynth 2.5/2.6 and AviSynth+: [[RGB24]], [[RGB32]], [[YUY2]]
  
 
----
 
----

Revision as of 17:51, 9 June 2020

Interleaved image format is a format for storing images where all color components needed to represent a pixel are placed at the same place in memory. This is in contrast with how planar images are stored in memory.

  • Supported interleaved formats in AviSynth 2.5/2.6 and AviSynth+: RGB24, RGB32, YUY2

Related links:

Personal tools