cesm23
21st September 2008, 13:37
Hi.
I'm new to this deinterlace thing. I have some DVDs and I ripped them using
DVD Decrypter. Now, i'm planning on converting the VOBs to H.264 but
doing all the Cropping and Filtering one time only. But, i came across one
problem...when I opened the VOBs with Avisynth using:
DirectShowSource("my_file.VOB")
I discovered that it had horizontal lines. I Know it is AN Interlaced Video but
I don't want to use the Blend Fields thing on VDub, because it creates Ghosting.
Then I went and seached all the internet until I found Decomb.
My souce is an Interlaced NTSC Anime Episodic DVD (720x480). I found out
that Decomb is good for Anime, so I gave it a try...
I read the Tutorial and everything and finally created my final script which is:
LoadPlugin("C:\Decomb.dll")
DirectShowSource("my_file.VOB")
AssumeTFF()
Telecide(guide=1,post=2,back=1,hints=true)
Decimate(mode=3,quality=3)
It works, I mean, it Deinterlaces my Anime DVD, but I can see some Artifacts in some parts of the video and some blocks from time to time (that are not in the original source). Also I can see that sometimes the lines are like Zig-Zags.
I did all tests for "AssumeTFF" and that's correct.
Also, the video isn't always 3:2 PullDown...I mean, it's like it's hybrid or something...
Please, I need some help configuring this filter...it's driving me insane!
What do you think I should use?
Maybe I should just give up and use Blend Fields, right? At least it doesn't create
these artifacts.
Thanks for all the help.
I'm new to this deinterlace thing. I have some DVDs and I ripped them using
DVD Decrypter. Now, i'm planning on converting the VOBs to H.264 but
doing all the Cropping and Filtering one time only. But, i came across one
problem...when I opened the VOBs with Avisynth using:
DirectShowSource("my_file.VOB")
I discovered that it had horizontal lines. I Know it is AN Interlaced Video but
I don't want to use the Blend Fields thing on VDub, because it creates Ghosting.
Then I went and seached all the internet until I found Decomb.
My souce is an Interlaced NTSC Anime Episodic DVD (720x480). I found out
that Decomb is good for Anime, so I gave it a try...
I read the Tutorial and everything and finally created my final script which is:
LoadPlugin("C:\Decomb.dll")
DirectShowSource("my_file.VOB")
AssumeTFF()
Telecide(guide=1,post=2,back=1,hints=true)
Decimate(mode=3,quality=3)
It works, I mean, it Deinterlaces my Anime DVD, but I can see some Artifacts in some parts of the video and some blocks from time to time (that are not in the original source). Also I can see that sometimes the lines are like Zig-Zags.
I did all tests for "AssumeTFF" and that's correct.
Also, the video isn't always 3:2 PullDown...I mean, it's like it's hybrid or something...
Please, I need some help configuring this filter...it's driving me insane!
What do you think I should use?
Maybe I should just give up and use Blend Fields, right? At least it doesn't create
these artifacts.
Thanks for all the help.