Thread: Avisynth+
View Single Post
Old 31st January 2017, 06:19   #2949  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by MysteryX View Post
I'm not interested in 10-bit sources... just looking at whether I can drop LSB stuff and use native 16-bit instead.
then

Code:
prefilter=ConvertToStacked().SMDegrain_prefilters(prefilter=3,lsb_in=true).ConvertFromStacked(16) #or prefilter=4
Quote:
Question is: the filters used by SMDegrain that were using LSB, do they now support native 16-bit? MVTools does.
in this case, as I already said, you can't use prefilter or tv_range=true or contrasharp cuz there is no native 16 bit for all plugins that used in SMDegrain
__________________
See My Avisynth Stuff
real.finder is offline