Hey there folks of Videohelp!
I'm a newbie with Avisynth+ so i want help for setting up the appropriate MT parameter for my script.
Here's my Avisynth script:
MPEG2Source("C:\Users\SGK\Desktop\Comedy Collection\Chinnvar Movie Comedy.d2v")
ConvertToYV12()
qtgmc(preset="slow")
SelectEven()
Crop(14,10, -16,-0)
Spline36Resize(720, 576)
Tweak()
KillAudio()
Also which version of Avisynth+ is the best, stable, fast & effecient?
Please help.
+ Reply to Thread
Results 1 to 10 of 10
-
-
http://avisynth.nl/index.php/AviSynth%2B#MT_Notes
QTGMC should be able to run in mode 2, MT_MULTI_INSTANCE. For maximum throughput you'll need to set the number of threads to about 2x the number of threads of your CPU. -
Actually optimal value for Prefetch is number of physical cores!
https://forum.doom9.org/showthread.php?p=1831323#post1831323 -
For maximum speed I find that QTGMC requires 7 or 8 threads on my quad core CPU. At least with AviSynthMT 2.6 (32 bit). I don't know about AviSynth+ in partucular. The OP should play with different values to find what works best for any particular script.
It also matters what encoder and settings are used. With a very fast encoding you want to maximize QTGMC's CPU usage. But with very slow encoding QTGMC CPU use isn't critical. And with some encoders you may need to add Distributor() at the end of the script.Last edited by jagabo; 15th Mar 2018 at 17:24.
-
just fyi, 64bit ,Vapoursynth script is running CPU 100% with QTGMC
also seeing this:
Crop(14,10, -16,-0)
Spline36Resize(720, 576)
not sure what you need this video for, perhaps web, but it is cropped a lot and then resized to non square pixel -
https://forum.doom9.org/showthread.php?p=1836575#post1836575
Originally Posted by real.finder -
-
Most commonly used filters have native 64bit versions now
There are a few, like Kassandro's removedirt (the one with restoremotionblocks) that don't yet (it's being worked on by pinter, but vapoursynth has a working 64bit port)
But you can run 32bit filters in a 64bit process with mp_pipeline if there was no native 64bit version
Similar Threads
-
from 4:3 to 16:9, in crop/resize mode and avisynth 64 bit?
By marcorocchini in forum Newbie / General discussionsReplies: 27Last Post: 25th Oct 2017, 21:45 -
avisynth - How to write avisynth script for rgba overlay
By moelover in forum EditingReplies: 3Last Post: 13th Apr 2014, 12:24 -
Laptop to TV OK in 720 mode but garbled video in 1080i mode
By impmon2 in forum Media Center PC / MediaCentersReplies: 1Last Post: 3rd Feb 2014, 08:50 -
Why can't there be a proper region free hack for BD?
By Sephiroth666 in forum DVD & Blu-ray PlayersReplies: 4Last Post: 7th Nov 2013, 19:20 -
Proper Resizing and maintaining aspect ratio with Avisynth
By Radio Radio in forum Newbie / General discussionsReplies: 39Last Post: 11th Apr 2013, 13:43