Mole
8th October 2012, 13:05
Should I always use Setmtmode(5,0) before loading source files?
I've used Setmtmode(2,0) with mpeg2source and avisource and haven't had any problems, but I read elsewhere that you should always use 5.
It's even mentioned here (http://avisynth.org/mediawiki/MT_support_page) that mpeg2source can be used with Setmtmode(1,0)
DGSource doesn't work with 2, but it works with Setmtmode(3,0).
Why is it recommended to use 5 and what potential problems are there by using faster modes?
When I have a script which I want to send to VirtualDub for further processing with Neat Video, should I add distributor() at the end of the script?
The script will serve
DGSource or mpeg2source
and usually with QTGMC
What about distributor() when I'm serving to MeGUI for x264 compression?
In this case the script will serve avisource and use nnedi3_rpow2 and LimitedSharpenFaster or LFSMod.
I've used Setmtmode(2,0) with mpeg2source and avisource and haven't had any problems, but I read elsewhere that you should always use 5.
It's even mentioned here (http://avisynth.org/mediawiki/MT_support_page) that mpeg2source can be used with Setmtmode(1,0)
DGSource doesn't work with 2, but it works with Setmtmode(3,0).
Why is it recommended to use 5 and what potential problems are there by using faster modes?
When I have a script which I want to send to VirtualDub for further processing with Neat Video, should I add distributor() at the end of the script?
The script will serve
DGSource or mpeg2source
and usually with QTGMC
What about distributor() when I'm serving to MeGUI for x264 compression?
In this case the script will serve avisource and use nnedi3_rpow2 and LimitedSharpenFaster or LFSMod.