Log in

View Full Version : Which filters does SetMTMode mess with?


AlonP
24th July 2015, 22:49
Hi,

I remember hearing that SetMTMode can mess with some filters which search through multiple frames or some such thing, does somebody mind explaining more on this? I would appreciate it. Or a link to where there's an explanation on this.

johnmeyer
24th July 2015, 23:38
Any filter that operates on more than one frame. The problem happens because MT mode operates on adjacent frames at the same time, and if the filter was not written with MT in mind, the frames can get reassembled out of order.

GMJCZP
25th July 2015, 14:57
I had problems with VSFilter and SetMTMode. Sometimes some subtitles is flickering, so I do the following:

SetMTMode (5)
Source (...)
SetMTMode (2)
.
.
SetMTMode (5)
TextSub (...)
SetMTMode (2)
.
.

I do not know if there is any solution.

AlonP
25th July 2015, 15:04
I actually also had a problem with it, I was doing typeset sign to add to a door, and it was messed up due to setmtmode. I dread to think what it'd do to an innocent karaoke(.ass) file lel ;).

GMJCZP
3rd August 2015, 01:50
The filter edeen is unusable under SetMTMode.
Can anyone update it?

foxyshadis
3rd August 2015, 07:40
Marc never released the source to most of his filters, so none of them are ever going to be updated, unless someone decompiles them. They've all been long surpassed anyway.