Restoring some DV footage.
Is it worth converting to 16‑bit for the internal filtering?
The inner chain is: QTGMC, FineDehalo, Santiag, SMDegrain, NNEDI3 3x up, 1x down, Spline.
I’ll be saving to a higher-quality format.
Don't care about the length of the process.
Which stages would benefit most?
Thanks!
+ Reply to Thread
Results 1 to 2 of 2
-
-
I doubt that you can the outputs will differ much (not counting noise through dithering) between 8bit and 16bit processing with these filters.
(I could be wrong, but you can easily test it.)
NNEDI3 3x up, 1x down, Spline
Something like
a. 3x NNEDI3 + SplineResize
Code:nnedi3_rpow2(2) nnedi3_rpow2(2) nnedi3_rpow2(2) SplineResize(...)
Code:nnedi3_rpow2(8) SplineResize(...)
Code:width = last.Width()*2 height = last.Height()*2 nnedi3_rpow2(2, fwidth=width, fheight=height) nnedi3_rpow2(2, fwidth=width, fheight=height) nnedi3_rpow2(2, fwidth=width, fheight=height) SplineResize(...)
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Blue colors change after any filtering in Avisynth
By Marcio.ciconne in forum RestorationReplies: 3Last Post: 25th Sep 2024, 12:10 -
Staxrip possible to rendering in 422 10 bit instead of 420 8 bit ?
By Atillart in forum Video ConversionReplies: 4Last Post: 9th Aug 2024, 07:51 -
Panasonic nv-hs960 and audio linear filtering
By prodarek in forum Capturing and VCRReplies: 1Last Post: 25th Mar 2023, 05:32 -
Fresh x264 10-bit vs Ice Lake hevc qsv 10-bit
By sophisticles in forum Video ConversionReplies: 5Last Post: 7th Jan 2021, 16:06 -
What has better quality - DTS Core @ 24 bit or FLAC @ 16 bit
By vash1 in forum AudioReplies: 1Last Post: 1st Dec 2020, 08:45