VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 48 of 48
Thread
  1. Ok, here it is. This one is a bit longer, 3 different scenes, so you can have an idea of what I'm working with.
    Image Attached Files
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    In cases like this it pays to analyze the source frame by frame in Virtualdub2 (it usually only takes a minute or two),
    I used an old filter called viewfields for the split display on the right. It shows to two separate fields (temporally displaced)
    derived from the frame on the left
    So because of these frames you need to do some more things before re-encoding (In this case field match and decimate)
    Image Attached Files
    Quote Quote  
  3. I understand that; which is why I already did IVTC on this in my original script. Plus I did some basic color work. My only issue is getting this filter to work without these side effects.
    Quote Quote  
  4. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    What side effect ? Was there something in the video I uploaded ? What frame number ?
    Quote Quote  
  5. davexnet, the side effect of temporaldegrain2, remember our original conversation??? The ghosting!
    Quote Quote  
  6. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by Betelman View Post
    davexnet, the side effect of temporaldegrain2, remember our original conversation??? The ghosting!
    Once again, is it visible in the video I uploaded ? Where ?
    Quote Quote  
  7. I can't see the video you uploaded. It's a 7z file
    Quote Quote  
  8. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by Betelman View Post
    I can't see the video you uploaded. It's a 7z file
    OK you could install 7zip ...
    Here's a zip file in the meantime
    Image Attached Files
    Quote Quote  
  9. Ok, I don't understand what you did. Did you use temporaldegrain2 on this? If so, what are your settings?
    Quote Quote  
  10. Ok, I see the script. But why is it that you're not getting the side effects I'm getting? And why did you resize it?
    Quote Quote  
  11. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by Betelman View Post
    Ok, I see the script. But why is it that you're not getting the side effects I'm getting? And why did you resize it?
    Only resized it for convenience; the display aspect is 4:3. You can always leave the pixels as is and just set the DAR somewhere
    You should post your whole script for further analysis. Probably your IVTC did not work properly
    Quote Quote  
  12. Here it is:

    MPEG2Source("blah.d2v", cpu=0)
    TFM(d2v="blah.d2v")
    TDecimate(mode=1)

    #clean up junk
    Temporaldegrain2()

    #colorwork
    Tweak (sat=0.72)
    Chromashift()
    MergeChroma(awarpsharp2(depth=20))
    #sharpen and AA
    Toon()
    Santiag(2,2)
    Quote Quote  
  13. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    This script runs really slowly on my PC, barely 1 fps.
    But it seems to work. If you're still having the problem comment out everything
    after Tdecimate and look at it frame by frame in Virtualdub2. Verify the frame rate is 23.976
    Image Attached Files
    Quote Quote  
  14. With that script and multithreading enabled I get about 6 fps (5 fps encoding with x264), no ghosting.

    By the way, the video really needs flicker reduction.
    Image Attached Files
    Quote Quote  
  15. Any ideas on this? I'm still getting the blurring side effects.
    Thanks.
    Quote Quote  
  16. All I can suggest is that you try different versions of the support filters.
    Quote Quote  
  17. Member
    Join Date
    Feb 2020
    Location
    Switzerland
    Search Comp PM
    Good morning all

    I am a novice on the forum, I need help to denoise videos, I install Avisynth + and copy the "TemporalDegrain-v2.avsi" in my folder C: \ Program Files (x86) \ AviSynth + \ plugins +.

    here extract from my script

    SetFilterMTMode("QTGMC", 2)
    FFmpegSource2("video.avi", atrack=1)
    AssumeBFF()
    QTGMC(Preset="Slower", FPSDivisor=2,)
    TemporalDegrain2(grainLevel=true)
    Sharpen(0.55, MMX=True)
    BilinearResize(720, 576)
    Crop(18, 18, -14, -12)
    Spline64Resize(720, 576)
    Prefetch(10)

    "Script erroryntax error line 4, column 37" !??

    help me please !
    Quote Quote  
  18. QTGMC(Preset="Slower", FPSDivisor=2,)
    "Script erroryntax error line 4, column 37" !??

    remove " , "
    責任者-MDX
    Quote Quote  



Similar Threads

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