![]() |
Deinterlacing problem - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: A/V Talk (https://forum.selur.net/forum-6.html) +--- Thread: Deinterlacing problem (/thread-3998.html) |
Deinterlacing problem - dsiomnainc - 04.02.2025 Hello! Maybe you can help me with some advice. I have a VFR video (which I've been trying to deal with for over a year now ![]() It seems like I'm finally getting somewhere, but there's a problem. Some frames still have interlacing. ![]() What I do: First I went through the source file using DGIndex. After run script: LoadPlugin("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\DGDecode.dll") And script: LoadPlugin("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\DGDecode.dll") So far, there are solutions to use QTGMC, but it blurs the picture a lot. Or Viverse, which is more preferable. By the way, I didn't quite understand the difference between Viverse and Viverse2, but it seemed to me that the first Viverse works a little better. Maybe there are ways to fix this somehow differently, maybe I'm doing something wrong at the TIVTC level? I saw one person's rip of this series, he just duplicated such frames, without combing. But I wanted to make my own version, since his bitrate is insufficient. RE: Deinterlacing problem - Selur - 04.02.2025 Quote: So far, there are solutions to use QTGMC, but it blurs the picture a lot.QTGMC has tons of options, you probably can disable all the blurring,... see: https://forum.selur.net/thread-3971.html and the linked threads. If you can share a link to a sample of your source, maybe I can suggest something. Cu Selur RE: Deinterlacing problem - dsiomnainc - 04.02.2025 Source: https://gofile.me/7kQw9/uTkZQ6OVa You were right, I added QTGMC and everything worked out as expected. Thanks. LoadPlugin("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\DGDecode.dll") RE: Deinterlacing problem - Selur - 04.02.2025 Happy, it worked out. ![]() If you apply it after TFM, also try using QTGMC with input type >= 1. (then the SelectEven shouldn't be necessary) Cu Selur Ps.: Moved the thread since it's not really Hybrid related. ![]() RE: Deinterlacing problem - dsiomnainc - 04.02.2025 Quote:If you apply it after TFM, also try using QTGMC with input type >= 1. (then the SelectEven shouldn't be necessary) With InputType=1, unfortunately, interlacing remains RE: Deinterlacing problem - Selur - 04.02.2025 Ah okay, it was worth a try. ![]() |