Log in

View Full Version : IVTC without field-matching (ghetto IVTC)


Katie Boundary
12th July 2019, 07:03
In the latest episode of "why in God's name would Katie try to do THAT?", I present IVTC without field-matching. Why would this ever be useful? I have no idea. Maybe you're encoding video on a 30-year-old toaster/potato and every CPU cycle counts, or maybe TFM is giving you bad matches because you're dealing with weird content. It doesn't matter. What matters is, it's possible:

mpeg2source("601.d2v").separatefields()

A=selecteven().tdecimate(mode=1)
B=selectodd().tdecimate(mode=1)

interleave(A,B).weave()

I had to add mode=1 to the tdecimate settings due to incorrect decimation around abrupt cuts to black, resulting in incorrect field pairings.

EDIT: there is in fact a slight speed improvement: 29 minutes versus 35 for a more conventional IVTC script. However, there were still incorrect decimations, and therefore incorrect field pairings, during the closing credits because the closing credits consisted of abrupt cuts between still shots held for several frames each.

StainlessS
14th December 2020, 14:04
Just a note to let you know that you were mentioned in despatches (or rather your ghetto method was):-
https://forum.doom9.org/showthread.php?p=1930780#post1930780

EDIT: "Mentioned in despatches",
https://en.wikipedia.org/wiki/Mentioned_in_dispatches

EDIT:
And again.
and since it black and white film, it's better and faster to use Converttoy8/Converttoy

also I already made Katie method as function KIVTC() in AnimeIVTC.avsi is someone care

Katie Boundary
20th December 2020, 01:08
Just a note to let you know that you were mentioned in despatches (or rather your ghetto method was):-
https://forum.doom9.org/showthread.php?p=1930780#post1930780

EDIT: "Mentioned in despatches",
https://en.wikipedia.org/wiki/Mentioned_in_dispatches

EDIT:
And again.

:D

Really, while I'm honored that my little thought experiment was included in someone else's filter package, I think "GIVTC" (ghetto IVTC) would be more appropriate than "KIVTC" (Katie's IVTC), since this is NOT my preferred method of IVTC'ing anything and I don't want anyone to get the impression that it is.

real.finder
20th December 2020, 01:22
:D

Really, while I'm honored that my little thought experiment was included in someone else's filter package, I think "GIVTC" (ghetto IVTC) would be more appropriate than "KIVTC" (Katie's IVTC), since this is NOT my preferred method of IVTC'ing anything and I don't want anyone to get the impression that it is.

renamed to KGIVTC

Katie Boundary
20th December 2020, 01:28
lol good enough :)

StainlessS
20th December 2020, 01:56
You pamper her too much.