The more automated way using TIVTC and some of it's more advanced options. It really depends on how anal you want to be about the IVTC accuracy.x265 wrote:How do i ivtc without using pattern guidance?
Yatta
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Yatta
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Yatta
Then prepare for a long journey, there is no easy "guide" to learn how to use it, just takes time and effort to master it.x265 wrote:I use TIVTC sometimes. I would like to learn how to IVTC through yatta.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Yatta
This is why YATTA allows you to manually adjust things. Some source material wasn't mastered correctly while on others the interlacing on the frame is hard to detect (only lip flips on a tiny part of the screen so it makes it harder to read the patterns). There could be a variety of things that cause these types of issues and the solution may just be manually fixing that section through YATTA.x265 wrote:I'm following the guide by "TheRyuu". I'm having a hard time in telling what is causing match failure in a particular section.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Yatta
A guide can only help so much, you need someone to sit down with you and teach. As for manually IVTCing, all you need to do is step through the video setting boundaries and fixing scenes as you come across them. It's faster because you only need 1 pass, or 2 if you're anal about checking. If you use PG you go back and forth all over the place to make sure you didn't miss anything. Generally match failure happens because metrics are only so good and the only way around it is to do it manually. Note that if PG gives a match failure, it leaves the default matches to whatever TFM suggested, so it's often correct either way. You might need to manually fix decimation though just in case, although TDecimate is quite clever on it's own.
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Yatta
Oh also I poked Ryuuchin to leave a comment, maybe he will after he resets his password w
-
- Joined: Wed May 19, 2010 5:33 pm
Re: Yatta
It's technically only one pass. You just have to double check it which should only take a minute or two.Mister Hatt wrote:If you use PG you go back and forth all over the place to make sure you didn't miss anything.
More specifically a matching failure happens because PG couldn't find a pattern who's vmetric was <= telecide's vmetric.Mister Hatt wrote:Generally match failure happens because metrics are only so good and the only way around it is to do it manually.
Just keep in mind that if you run PG then ignore everything and don't touch the video you're probably worse off than if you just used tfm+tdecimate on it's own. The reason for this is PG does require a small amount of checking after the fact just to make sure it didn't screw anything up, it's not infallible.Mister Hatt wrote:Note that if PG gives a match failure, it leaves the default matches to whatever TFM suggested, so it's often correct either way. You might need to manually fix decimation though just in case, although TDecimate is quite clever on it's own.
Settings -> Global Settings -> Uncheck "Show too short warning"x265 wrote:How do i fix too short warning in yatta?
(protip: You can pretty safely ignore them all)
tfm().tdecimate(mode=1)x265 wrote:How do i ivtc without using pattern guidance?
Anything remotely modern is likely soft-telecine, meaning there's only one pattern for the entire episode or movie. This makes yatta mostly superficial since it's generally very hard for TIVTC to NOT get it right in that case (soft telecine) and if you specify the d2v to tfm then it will almost certainly get it right (for dvd's at the very least).
Just keep in mind that learning how to use yatta and attempting to use yatta with no clue as to what you're doing for something which others may or may not see are two different things. You pursue the former while using tfm and tdecimate to avoid the latter.
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Yatta
About 3 months of someone else's time and a thorough understanding of how the different types of telecine and interlacing actually work. Solid video, compression, and frame coding theory helps too.