Thread: Avisynth+
View Single Post
Old 1st April 2018, 18:47   #4030  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
Quote:
Originally Posted by tormento View Post
From Wiki: [...] Is it outdated?
Yes, it was outdated... thx, fixed now.






Code:
ColorBarsHD(pixel_type="YUV444P16")
Crop(300, 440, 816, 80)
ColorYUV(cont_y=0.1, cont_u=0.1, cont_v=0.1, f2c=true)
Interleave(
\   ConvertBits(8, dither=-1).Subtitle("dither=-1") [* no dither *]
\ , ConvertBits(8, dither=0).Subtitle("dither=0")   [* ordered dither *]
\ , ConvertBits(8, dither=1).Subtitle("dither=1")   [* Floyd-S *]
\ )
ColorYUV(cont_y=10.0, cont_u=10.0, cont_v=10.0, f2c=true)
return Last

Last edited by raffriff42; 1st April 2018 at 19:04. Reason: images
raffriff42 is offline