Selur's Little Message Board

Full Version: Avisynth x86 & TFM - Cannot use mode 6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using Hybrid Dev 2020.11.03-161458

When using telecine & TFM in Hybrid for Avisynth x86, selecting mode 6 loads as mode 7. (I.e., it's the same as loading mode 7.)

[Image: sigU1Fu.png]
(Above script should be: TFM(mode=6,slow=2,mChroma=true)).

Code:
Possible settings are:

            0 = 2-way match                                                          (p/c)
            1 = 2-way match + 3rd match on combed                                    (p/c + n)
            2 = 2-way match + 3rd match (same order) on combed                       (p/c + u)
            3 = 2-way match + 3rd match on combed + 4th/5th matches if still combed  (p/c + n + u/b)
            4 = 3-way match                                                          (p/c/n)
            5 = 3-way match + 4th/5th matches on combed                              (p/c/n + u/b)
            6 = mode 2 + extras if combed                                            (p/c + u + n + b)
            7 = mode 0 + field switching based on previous matches
I can reproduce the problem, probably a small typo somewhere.
Probably, will send you a link to a fixed dev version, via PM, this evening after work.

Cu Selur