VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 35 of 35
Thread
  1. I'm believe Sharc gave me the MCDegrainSharp.avsi or a link to it.
    Mine is for 32-bit avisynth plus.

    It goes in the "plugins+" folder.
    Quote Quote  
  2. Deleted - see post #30
    Last edited by Bermuda1; 30th Sep 2024 at 09:52.
    Quote Quote  
  3. @Sharc
    So I made a few changes to your script. I could not find the SmoothLevels on the avisynth website so I used SmoothAdjust instead - seems to do the exact same thing. I also set the QTGMC preset to slower. Otherwise I kept everything as per your script and the result is fantastic I must say. Thanks a lot! See video attached.

    Code:
    AviSource("Beethoven_Klaviersonate-short.avi").trim(5,0).converttoYV16(interlaced=true)
    assumeTFF()
    assumefps(25)
    QTGMC(preset="Slower", EdiThreads=2)
    crop(12,0,-12,-8)
    SmoothAdjust_SmoothLevels(16,1.0,235,0,235)
    bilinearresize(width/2,height).bicubicresize(width,height)
    MCDegrainSharp()
    converttoYV12()
    #now encode x264 using -SAR 12/11
    Prefetch(2)
    Image Attached Files
    Last edited by Bermuda1; 30th Sep 2024 at 10:01.
    Quote Quote  
  4. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by lollo View Post
    Use AviSource() for .avi files, not FFMPEGSource2

    Eventualy use the original audio (which is untouched anyhow) in the final output, with AudioDub() command
    ffms2 works great with DV-AVI. Better than LibavVideoSource, but I don't remember what was wrong with the latter.
    Quote Quote  
  5. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Not as good as installing a DV codec and using AviSource() in my experience
    Quote Quote  



Similar Threads

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