Hi.
Is it possible to do this? I'm a rookie.
I'm looking for a visual way to convert a video and remove the interlacing with QTGMC, the problem is that I've never used this filter and no idea how to install it, the Avisynth documentation is very confusing, I appreciate any help.
+ Reply to Thread
Results 1 to 26 of 26
-
-
HandBrake doesn't incorporate QTGMC or AviSynth. It can be made to open AviSynth scripts with a virtual file system (avfs) but then you still need to know about AviSynth "programming" and QTGMC installation and avfs installation/usage.
For a beginner that only wants GUI/ease of use I would recommend either:
A.) HandBrake deinterlacing (lower quality than QTGMC but easy to use and often much faster) or
B.) use QTGMC through a different software, namely StaxRip which includes all the plugins. -
sneaker
StaxRip was very useful to me, it's just what I was looking for, but I can't find the toon filter, can you tell me how to install it?
And one last query I need to set up to keep the same video quality?
I'm not looking to reduce the size or anything else just to keep the quality, of course, I don't want it to be bigger than the original either. -
Yes, perhaps you could provide a 10 second sample cut from your DVD (or other) source? If from a DVD, DGIndex can be used to cut a small section for upload here.
You can find Toon, together with the other required filters and example of its use at the AviSynth Wiki. Always look there first when looking for something.
If you want your version to be the same size as the source, find out the bitrate of the source and use that when reencoding. -
But it works and takes the interlacing out. In your opinion, which one do you recommend?
Sure.
https://mega.nz/#!5A5zXT7I!PynDVJ43KV1e3Yc24bTaycn6zfTyLjd7nKVtBCCU4CY
It tells me to download these two files Toon-v1.1.dll and aWarpSharp.dll and I can use those dll in StaxRip? if that's how I set it up?
It's a series and every episode has a different bitrate, I was hoping to set that to 0 but it's not possible.
-
There is also Hybrid, that contains very much avisynth and vaporsynth filters. I think almost all. Its download size is more than 2,5 times bigger than staxrip. But use what suits you best.
Also rating of Hybrid is lower than Staxrip, but it means nothing really. On other hand Staxrip is year old and Hybrid is very recent.
Bernix -
Hi,
there can be plenty of reasons. But most probably is -> you can use Avisynth or Vapoursyth but not both. Also you have to say to program which one you will use.
But I know, it can be confusing bit, but when you become familiar with it is it quite easy. Also I expect that all plugins or filtes are up to date.
Bernix -
Ordinarily, for that kind of material you perform a simple IVTC.
It tells me to download these two files Toon-v1.1.dll and aWarpSharp.dll and I can use those dll in StaxRip? if that's how I set it up?
It's a series and every episode has a different bitrate, I was hoping to set that to 0 but it's not possible. -
I agree. But this particular video has a lot of problems which make an inverse telecine difficult. The show is basically made on film at 24 fps and telecined to 59.94 fields per second. But shots were slowed or sped up after the video was telecined. This means it can't be inverse telecined perfectly to the original film frames at 23.976 fps. In addition, there clip has blended chroma from interlaced YV12 being handled incorrectly as progressive YV12 at some point. And finally, there are lots of frames where there are very small motions -- mostly of the character's mouths. TFM often doesn't see the comb artifacts on these shots. You can play with the threshold values but if you lower them enough to catch the combing of the mouth movements it screws up other parts of the video. About the best I could come up with was:
Code:Mpeg2Source("1GB_track1_eng.d2v", CPU2="ooooxx", Info=3) AssumeBFF() Crop(8,0,-8,-0) Interleave(TFM(field=1, mode=5), TFM(field=0, mode=5)) vInverse() SRestore(frate=24.0)
Sometimes on badly handled clips like this I'll just use QTGMC and just encode at 59.94 fps. That way it won't be any more jerky than the source. -
I forgot to say that I sent two versions, one of 327MB and the other of 1GB, from what I see in your code you work with the 1GB version, the 327 MB is the one that doesn't work?
And by the way, where do I put that command?
I need to use toon to make the black lines a little thicker. Putting 0 at least in handbrake retains the same size of the video I thought StaxRip would be the same.
I'll make one thing clear, I'm looking to use Toon to make the lines thicker, I'm looking to remove the interlacing, BUT I'd rather use the 327MB version because the 1GB version doesn't have all the episodes, I just published it in case the 327MB version didn't work. I don't care what program they recommend I use as long as it is effective in my case AND as long as they can explain to me how to do it because I don't really know much about it. They told me to use Toon and QTGMC and here they see me asking them how I do that. -
They? Who's "they"? And why give us an already reencoded MKV with which to work? If you care so much about it, why not get the DVD?
Working with anime can be very difficult. It's not for AviSynth beginners. Why not have "they" show you how to do it?
Right, I noticed that as well (small interlacings after IVTC). Either use Vinverse or lower the CThresh a bit, and perhaps have QTGMC do the deinterlacing when necessary, rather than the included TDeint. Yes, it can always just be bobbed but I almost always prefer IVTC over bobbing. -
Okay, I'll see if I can use the 1GB, so where's that command to put it?
They="Another forum that wasn't very helpful" hahaha.
I didn't know what the problem was with the mkv I provided. Do you know where I could download the futurama DVD? or are you telling me to buy? -
The problem is it's been reencoded already. It's not as good as the source DVD. And, as near as I can tell, the encoder didn't have a clue.
And now you're going to reencode it yet again.
or are you telling me to buy?
https://www.amazon.com/Futurama-Complete-Collection-Seasons-1-8/dp/B0753824B8/ -
https://forum.doom9.org/showthread.php?t=156028
Is a very high quality deinterlacer, but high quality also means slow
I've used TDEINT() in the past and still use it for any interlace sources I come across. Its old, but very fast and works. Maybe not very high bandwidth sources or very high resolutions, but its very small and incredibly fast
https://forum.doom9.org/showthread.php?t=82264
You could also try YadifMOD or YadifMOD2 -
That video doesn't need line darkening. But... FastLineDarken(Mod), Hysteria...
-
I was going to suggest those as well. Toon seems to be the easiest and fastest with just one simple parameter
Hysteria is a function/script but has a lot of control over what lines get changed, I tend to stick with Toon as its quick and simple -
Is it pure or not? What would you do to make it look good?
I'm getting a little familiar with the Commands. -
It's telling you exactly what the problem is. 64 bit editors require 64 bit AviSynth and 64 bit filters. 32 bit editors require 32 bit AviSynth and 32 bit plugins. You need to find a 64 bit version of toon to use with 64 bit Staxrip. I haven't seen a 64 bit version of Toon.
Similar Threads
-
Fix nth gen bad toon color?
By lordsmurf in forum RestorationReplies: 33Last Post: 25th Jan 2021, 08:21 -
Questions about Handbrake DVD rip -> QTGMC 59.94 progressive
By LouGee in forum Video ConversionReplies: 34Last Post: 8th Mar 2017, 01:10 -
what are transform filters and source filters?
By Mohammad48 in forum Software PlayingReplies: 4Last Post: 31st Jul 2015, 03:40 -
Using Avisynth MT with QTGMC
By agni451 in forum Video ConversionReplies: 11Last Post: 15th May 2014, 07:37 -
deinterlace filters in megui vs qtgmc
By codemaster in forum Video ConversionReplies: 18Last Post: 2nd Sep 2013, 10:34