VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. in first, sorry for my english

    is a time that I'm stuck
    I have videos of 720x576 by resizing to 1024x576
    and, even after filtering, the quality is always very poor

    I only have the videos already deinterlaced

    I have so many similar videos
    put this as an example

    the source
    http://www.imageboss.net/view/img4/gobn66eho7kbydik3xo72ehjcriw0er-42783.png

    filtered with Avisynth
    http://www.imageboss.net/view/img4/1e2mkjhizp0rorvw88gn98d07oeowa-89250.png
    start
    AviSource("D:\forum_rgb_crop.avi").ConvertToYV12(I nterlaced=False)

    dfttest(tbsize=1,sigma=30,lsb=true)

    ditherpost(mode=6)

    smdegrain(tr=3,thSAD=400,pel=2,sharp=0,lsb=true,ov erlap=4)

    SharpenComplex2(str0=2.0, str1=2.0).MergeChroma(last)

    BlindDeHalo3(rx=3.0, ry=3.0, strength=100, interlaced=false)###lodamp=25.0, hidamp=25.0, sharpness=100

    ###FastLineDarkenMOD2(strength=32, luma_cap=255, threshold=0, thinning=0)

    Spline64Resize(1024, 576)

    ConvertToRGB(Interlaced=False)
    end
    + NeatVideo 3.0


    piece of video in yv12
    http://www.mediafire.com/?26xd08525j03bdn

    the result I always find bad
    you have any suggestions or a spell to Do?
    Quote Quote  
  2. Start by deblocking. Deinterlacing that video was exactly the wrong thing to do -- it was progressive video with fields out of phase. You just need to get the fields back in phase with TFM(). Too late now.
    Last edited by jagabo; 28th Sep 2012 at 12:53.
    Quote Quote  
  3. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    @jagabo, how would one correct that 50fps AVI and restore the original frame structure? Or...would one have to revert back to the original, unprocessed recording as the only alternative?

    BTW, in the AVI the highlights are blown out in the chroma planes and gamma is too high. IMHO. Looks a little washed out. It just might have originated that way.
    Last edited by sanlyn; 23rd Mar 2014 at 10:54.
    Quote Quote  
  4. Originally Posted by sanlyn View Post
    @jagabo, how would one correct that 50fps AVI and restore the original frame structure?
    It depends on exactly how it was deinterlaced. Something like:
    Code:
    SeparateFields()
    SelectEvery(4,0,3)
    Weave()
    would work if the deinterlacer started with one field then interpolated the other.

    Originally Posted by sanlyn View Post
    Or...would one have to revert back to the original, unprocessed recording as the only alternative?
    That would be best.
    Quote Quote  
  5. Banned
    Join Date
    Oct 2004
    Location
    New York, US
    Search Comp PM
    I figured. Thank you.

    Screwy levels always bug me. The following helped keep me awake for an hour during a rainstorm here today. Couldn't figure why the AVI images are so bright and thinned out. A little COlorYUV and ColorMill made the gals look much better (and I forgot about the rain for a while).

    Frame 32, original. Too blue. Gamma and black levels too high.
    Image
    [Attachment 14056 - Click to enlarge]


    After:
    Image
    [Attachment 14057 - Click to enlarge]


    Frame 122, original. Too Green. Gamma and black levels too high, brights clipped (some of them still are. See gal on the right). The "After" shot still needs work on the upper midtones.
    Image
    [Attachment 14058 - Click to enlarge]


    After:
    Image
    [Attachment 14059 - Click to enlarge]


    All looks a little...mmm, grimy. Needs more denoising before hitting it with NeatVideo.
    Last edited by sanlyn; 23rd Mar 2014 at 10:54.
    Quote Quote  



Similar Threads

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