+ Reply to Thread
Results 31 to 42 of 42
-
-
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. -
-
-
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 -
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? -
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
Similar Threads
-
Can a video Blu-Ray be created with lots of DVD-format video files?
By Calidore in forum Newbie / General discussionsReplies: 15Last Post: 17th Nov 2016, 08:40 -
caps with the Hauppauge PVR 2 on Youtube are very choppy
By Jonz in forum Capturing and VCRReplies: 0Last Post: 1st Aug 2013, 20:05 -
Image Grabber II/Net Alternative to take multiple caps
By Lord Kram in forum Newbie / General discussionsReplies: 3Last Post: 15th Jan 2013, 05:09 -
Test Caps - various composite and s-video cables
By BrainStorm69 in forum Capturing and VCRReplies: 36Last Post: 12th Apr 2012, 13:51 -
Vid Caps
By moonshadow in forum Video Streaming DownloadingReplies: 5Last Post: 22nd Feb 2012, 09:31