Thread: Avisynth+
View Single Post
Old 8th July 2016, 16:26   #2055  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
New internal filters ported to 16 bit/float
  • AddBorders
  • LetterBox
  • HorizontalReduceBy2
  • VerticalReduceBy2
  • ReduceBy2 (= Horiz + Vert)
  • BlankClip/Blackness (->FadeXXX )
  • Tweak (todo: sat=0 + Float source = little greenish),
    new param: bool realcalc, always true for 16/float: no integer lookup table arithmetic, pure double

Took a list from here and made a summary of YUV related functions that have NO 16/32 bit version.

Color conversion and adjustment filters
  • ColorYUV
  • Invert
  • Levels
  • Limiter
  • MergeARGB / MergeRGB

Overlay and Mask filters
  • MaskHS
  • Overlay
  • Subtract

Geometric deformation filters
  • SkewRows

Pixel restoration filters
  • Blur / Sharpen

Debug filters (most of it)
  • ColorBars / ColorBarsHD
  • Compare
  • Histogram
  • Info
  • ShowFrameNumber / ShowSMPTE / ShowTime
  • Subtitle

Last edited by pinterf; 8th July 2016 at 22:13. Reason: 16/32 bit ready BlankClip added + Tweak
pinterf is offline