

- #Warpsharp baselight how to
- #Warpsharp baselight install
- #Warpsharp baselight zip file
- #Warpsharp baselight full
- #Warpsharp baselight code
However, this setting has much less effect than X. In some cases increasing this value can give some speed up - try increasing it gradually. You can get round this by splitting your video and running several simultaneous encoding processes each with several threads, you're on your own with that though. On very slow settings you may not be able to reach 100% CPU before running out of memory and getting crashes. Otherwise increase 1 at a time until CPU usage just reaches 100%, don't go too far or it will slow down. Start at the number of logical cores in your machine (note: with HyperThreading enabled, logical cores = 2x physical cores) See below for value Yĭistributor() # This line may or may not be necessary, try removing it and see if you get more speed QTGMC( Preset="Slow", EdiThreads=Y ) # Choose preset based on overall speed/quality you want. SetMTMode(3, X) # See below for value X, could try 5 instead of 3 for non-standard source-filter/avisynth combinations
#Warpsharp baselight code
Here is a basic template - read and follow the comments carefully and provide the values noted (you cannot use this code just as it is): You need to tweak multi-threaded scripts to suit your system. You must also download either the modded plugin pack or the updated-interface plugin pack from the top of this post (*carefully* follow the instructions inside). Copy the avisynth.dll from SEt's package over the one that is already in your SysWOW64 / System32 folder. Do not use other MT versions as they have bugs.

Download SEt's latest 2.6MT () version of avisynth. QTGMC is very demanding on your system so for best performance try using it multi-threaded: QTGMC( Preset="Very Fast", Sharpness=0.75 ) For example, to speed up processing and reduce sharpness a little:
#Warpsharp baselight full
There are many settings to tweak the behavior of the script, full details are provided in the documentation that comes with the script. More modest settings will give good speed and you may not even be able to tell the quality difference. HD content especially doesn't need that precision and it will be very slow. The default preset is "Slower", which is very close to the TempGaussMC_beta2 defaultsĭon't be obsessed with running at the slowest possible settings. "Placebo", "Very Slow", "Slower", "Slow", "Medium", "Fast", "Faster", "Very Fast", "Super Fast", "Ultra Fast" & "Draft" The "Preset" used selects sensible settings for a given encoding speed. You can now use it as an AVI source for encoding. Save this script with an ".avs" extension. SelectEven() # Add this line to keep original frame rate, leave it out for smoother doubled frame rate YourSource("yourfile") # DGDecode_mpeg2source, FFVideoSource, AviSource, whatever your source requires Then to use QTGMC, write a script like this:
#Warpsharp baselight install
Install AviSynth and copy the plugins from the plugin package to the correct locations. Presets Detail (v3.32): Compared to "Faster" () | Compared to "Medium" () | Noise Presets () Spanish instructions (v3.32) () (mirror ()) If you use EEDI3 you may need the Visual C++ 2010 Redistributable ()
#Warpsharp baselight zip file
If you get this error: "There is no function named RemoveGrain" then replace your RemoveGrainSSE2.dll with the version in this zip file () Although not strictly 'correct' mt_masktools-25.dll can be used with SEt's Avisynth 2.6MT for mulithreaded usage. There is also a new plugin pack using the updated Avisynth 2.6 interface () available for testing.įor YUY2 input you must use mt_masktools-25.dll. Same as above, but these plugins contain threading fixes () that can improve stability under MT. Modded Plugins Package () (mirror1 () | mirror2 ()) Individual plugin / source code links below. Plugins Package () (mirror1 () | mirror2 ())Īll the required plugin files for the script - follow the instructions inside. v3.32: A couple more minor tweaks and fixes (). Latest: v3.30:Speed-ups () for many presets and a bug-fix in MVTools. QTGMC v3.32 + English Instructions () (mirror1 () | mirror2 ()) Thanks to SubJunk for filehost-free mirrors!
#Warpsharp baselight how to
Extensive instructions on how to use all the settings are provided with the script.

As well as interlaced input, it can also process progressive material for removal of interlacing or other shimmering artefacts. It has a range of new features for the highest quality output and a convenient presets system to select processing speed. QTGMC is a very high quality deinterlacer for YV12 or YUY2 input, originally developed from TempGaussMC_beta2.
