Stack16: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
Raffriff42 (talk | contribs)
quote Dither docs
Line 1: Line 1:
Stack16 is a workaround format commonly used to process 16-bit content in AviSynth's native 8-bit environment.
Stack16 is a workaround format commonly used to process 16-bit content in AviSynth's native 8-bit environment.  
 
As explained in the [[External_filters#Deepcolor_Filters|Dither]] documentation:
{{BlueBox}}As Avisynth doesn't support natively high bit depth, a specific format named 'stack16' is introduced. The picture is made of two parts: one containing the highest 8 bits (MSB) for each pixel, stacked on top of another containing the lowest 8 bits (LSB). When previewing the video stored in stack16 format, the top part looks quite like the original picture and the bottom one generally looks like psychedelic garbage.{{End_BlueBox}}


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 12:51, 8 March 2015

Stack16 is a workaround format commonly used to process 16-bit content in AviSynth's native 8-bit environment.

As explained in the Dither documentation:

As Avisynth doesn't support natively high bit depth, a specific format named 'stack16' is introduced. The picture is made of two parts: one containing the highest 8 bits (MSB) for each pixel, stacked on top of another containing the lowest 8 bits (LSB). When previewing the video stored in stack16 format, the top part looks quite like the original picture and the bottom one generally looks like psychedelic garbage.