yukichigai
11th December 2013, 06:17
So I've been using ivtc_txt60mc (http://forum.doom9.org/showthread.php?p=1466105#post1466105) by cretindesalpes to great effect for a while now. It's absolutely wonderful for dealing with 24p telecined video that has 30i text effects over it. The only downside to it is that it absolutely depends on you knowing the telecine order and it being a solid 3:2 pattern.
Every now and then I've run across some sketchy telecine patterns, but I've managed. I'm no slouch when it comes to editing avisynth scripts and I've tweaked ivtc_txt60mc when needed so that it will support different telecine patterns. The problem is that so far these patterns have been reliable, predictable, and repeating. I have now for the first time run into something I have no idea how to deal with: an irregular telecine pattern with 30i text effects over it.
Let me give you a real example. Taking this irregularly telecined video and applying a simple bob, I wind up with fake 60p video. If I count the number of sequential identical frames before each frame change, I note a "pattern" like this (actual example):
32332332333323233233332332332324323233233242332332324
As you can see, that's basically random. It's certainly not something that SelectEvery could handle, which means ivtc_txt60mc isn't capable of dealing with it. Furthermore, it appears that the resultant framerate is actually closer to 22p, not 24p.
My question is: what do I do here? I don't want the overlay effects to look like crap, but at the same time I want the main video to look decent too. Should I just bite the bullet and sacrifice one versus the other, or is there a solution?
Sidenote: what should I use to determine the true framerate of that weird pulldown pattern?
Every now and then I've run across some sketchy telecine patterns, but I've managed. I'm no slouch when it comes to editing avisynth scripts and I've tweaked ivtc_txt60mc when needed so that it will support different telecine patterns. The problem is that so far these patterns have been reliable, predictable, and repeating. I have now for the first time run into something I have no idea how to deal with: an irregular telecine pattern with 30i text effects over it.
Let me give you a real example. Taking this irregularly telecined video and applying a simple bob, I wind up with fake 60p video. If I count the number of sequential identical frames before each frame change, I note a "pattern" like this (actual example):
32332332333323233233332332332324323233233242332332324
As you can see, that's basically random. It's certainly not something that SelectEvery could handle, which means ivtc_txt60mc isn't capable of dealing with it. Furthermore, it appears that the resultant framerate is actually closer to 22p, not 24p.
My question is: what do I do here? I don't want the overlay effects to look like crap, but at the same time I want the main video to look decent too. Should I just bite the bullet and sacrifice one versus the other, or is there a solution?
Sidenote: what should I use to determine the true framerate of that weird pulldown pattern?