Thread: Avisynth+
View Single Post
Old 12th July 2016, 03:55   #2081  |  Link
Chikuzen
typo lover
 
Chikuzen's Avatar
 
Join Date: May 2009
Posts: 595
Quote:
Originally Posted by MysteryX View Post
- How do I know a clip has UINT16 or FLOAT formats?
bool is_uint16 = (vi.pixel_type & VideoInfo::CS_Sample_Bits_16) != 0;
bool is_float = (vi.pixel_type & VideoInfo::CS_Sample_Bits_32) != 0;

Quote:
- What about Dithering?
Currently, nothing.
__________________
my repositories

Last edited by Chikuzen; 12th July 2016 at 04:05.
Chikuzen is offline