VideoHelp Forum




+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 42 of 42
  1. Originally Posted by dellsam34 View Post
    a script for just de-interlacing with QTGMC?
    Code:
    AviSource(...)
    QTGMC(...)
    Quote Quote  
  2. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Comparing frames from lossless to MP4 it's hard to distinguish the difference, I was swapping between the two frame grabs at full screen back and forth and haven't seen a noticeable difference, Too bad I don't have two screens to compare the motion side by side (lossless to the left)

    Click image for larger version

Name:	Lossless.bmp
Views:	121
Size:	1.19 MB
ID:	40065Click image for larger version

Name:	MP4.bmp
Views:	155
Size:	1.19 MB
ID:	40066
    Quote Quote  
  3. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Originally Posted by jagabo View Post
    Originally Posted by dellsam34 View Post
    a script for just de-interlacing with QTGMC?
    Code:
    AviSource(...)
    QTGMC(...)
    Can you give me some steps please because I have never used avisynth nor QTGMC?
    Quote Quote  
  4. QTGMC() is one of the hardest filters to get set up because there are several other plugins you need to download and install. First install AviSynth. Then download QTGMC and one of the plugin packages.

    http://avisynth.nl/index.php/QTGMC
    http://avisynth.nl/index.php/QTGMC#Plugin_packages

    Put QTGMC.AVSI in AviSunth's plugins folder. Extract and install all the filters in the plugins package. Then create an AviSynth script with a plain text editor like NotePad. Save the script with .AVS as the extension (not .TXT). Then open the script with your editor and encode.
    Quote Quote  
  5. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Originally Posted by jagabo View Post
    QTGMC() is one of the hardest filters to get set up because there are several other plugins you need to download and install. First install AviSynth. Then download QTGMC and one of the plugin packages.

    http://avisynth.nl/index.php/QTGMC
    http://avisynth.nl/index.php/QTGMC#Plugin_packages

    Put QTGMC.AVSI in AviSunth's plugins folder. Extract and install all the filters in the plugins package. Then create an AviSynth script with a plain text editor like NotePad. Save the script with .AVS as the extension (not .TXT). Then open the script with your editor and encode.
    I have avisynth with all the plugins in it including QTGMC 3.33, and I just learned to open up the script with virtuDub, I don't know what script to write.
    Quote Quote  
  6. AviSource("sample.avi")
    AssumeTFF()
    QTGMC()
    Quote Quote  
  7. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    Originally Posted by jagabo View Post
    AviSource("sample.avi")
    AssumeTFF()
    QTGMC()
    Is this the script?
    Quote Quote  
  8. yes , that is the Avisynth script. Paste it into notepad and Save it As, not as something.txt but:
    something.avs
    Quote Quote  
  9. running qtgmc without multithreading enabled...not a good idea
    SetMemoryMax(1200)# set maximum ram
    SetMTMode(3,4) # 4 for 4 cores (2 for2, 8 for 8 etc...)
    AviSource("sample.avi")
    AssumeTFF()
    # Qtgmc (for moderate noisy source with lot of motion), # edithreads=4 (for 4 cores)
    QTGMC( Preset="fast", SourceMatch=2, Lossless=1, Sharpness=0.4,ChromaNoise=true,DenoiseMC=true,TR0= 2,TR1=2,TR2=3,Rep0=1,Rep1=1,Rep2=1,truemotion=true ,MatchEnhance=0.6 EdiThreads=4)
    SelectEven()
    *** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
    Quote Quote  
  10. There is also other method, you can encode more instances at once, that is what I do, CPU gets closer to 100%, three running instances choke up a computer to max, where other activities on PC become bothersome then, so two is usually enough, depends on filtering and QTGMC setting. Using QTGMC usually comes in batches. Old videos etc.

    That qtgmc setting you have there, is that for VHS footage?
    Quote Quote  
  11. commerical vhs or analog (i do vhs mainly) this is the lossless mode (it's slow) to keep as much detail as possible.
    If the source is messy try to play with the settings of SourceMatch & Lossless
    example that worked great for me on a video with messy fields:
    QTGMC( Preset="fast", SourceMatch=3, Lossless=2, Sharpness=0.2, TR0=2,TR1=2,TR2=3,Rep0=1,Rep1=1,Rep2=1,SubPel=4,Ch romaNoise=true,DenoiseMC=true,NoiseTR=2,truemotion =true,MatchEnhance=0.6,edithreads=4)
    SelectEven()
    *** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
    Quote Quote  



Similar Threads

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