VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. 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!
    Quote Quote  
  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
    Out of curiosity, what are you doing there?
    Something like
    a. 3x NNEDI3 + SplineResize
    Code:
    nnedi3_rpow2(2)
    nnedi3_rpow2(2)
    nnedi3_rpow2(2)
    SplineResize(...)
    b. NNEDI3 with factor 8 + SplineResize
    Code:
    nnedi3_rpow2(8)
    SplineResize(...)
    a. 3x NNEDI3 + 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(...)
    or something different?

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!