VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. I need to deinterlace my videos and I was told tempgaussMC is the best for this. I tried MPEG streamclip and the lines are still sort of there. I need help using TempGaussMC. Could someone tell me where to get the required plugins for avisynth and how to use it?
    Quote Quote  
  2. Originally Posted by Tahlos View Post
    I need to deinterlace my videos and I was told tempgaussMC is the best for this. I tried MPEG streamclip and the lines are still sort of there.
    You may have more than just a simple interlace problem. I suggest you demux a short clip from your source video and post it for others to examine.

    Originally Posted by Tahlos View Post
    I need help using TempGaussMC. Could someone tell me where to get the required plugins for avisynth and how to use it?
    http://avisynth.org/mediawiki/TempGaussMC
    There are links to all the other required filters there too.
    Quote Quote  
  3. I have 18 seconds of footage that I am using to test deinterlacing programs on. Should I post it raw?
    Quote Quote  
  4. Originally Posted by Tahlos View Post
    I have 18 seconds of footage that I am using to test deinterlacing programs on. Should I post it raw?
    Sure.
    Quote Quote  
  5. how should I compress it? It is currently 1.4 GB and 90 MB with Vdub.
    Quote Quote  
  6. Your source file is 1.4 GB? What container and video codec? What video codec did you use in VirtualDub to get a 90 MB file?

    Since you can open your file in VirtualDub try using its deinterlace filter in Yadif mode. See what you think. Even with it's chroma problems it will probably look better than MPEG Streamclip's deinterlacing.
    Last edited by jagabo; 20th Jun 2010 at 23:13.
    Quote Quote  
  7. The real source is a couple hours long (I record from a Hauppauge HD PVR). I then took a part of the footage I am going to be using and rendered it as an AVI uncompressed in Vegas. I then used h.264 (vfw) in VirtualDub to get a 90 MB file.

    Forgive me for asking all the download links, but I cant seem to find Yadif.
    Quote Quote  
  8. Forgive me for asking all the download links, but I cant seem to find Yadif.
    yadif is included in recent virtualdub builds as an internal filter

    if you want avisynth version
    http://avisynth.org.ru/yadif/yadif.html
    http://avisynth.org/mediawiki/Yadif


    If you just want to use tempgaussmc , the script is simple. Warning: it is a VERY SLOW filter. Open a file with notepad in the same directory as your video, copy the script below, changing filename to match, save it, then rename extension from .txt to .avs.

    AVISource("video.avi")
    ConvertToYV12(interlaced=true)
    TempGaussMC_beta1()

    You can feed that .avs into any encoder that accepts avs scripts. e.g. in vdub, use video=>fast recompress, file=>save as avi . If you want to use compression use video=>compression before saving

    This will bob deinterlace (so keep temporal resolution) a 60i video will become 60p, not 30p
    Quote Quote  



Similar Threads

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