Log in

View Full Version : How do I deinterlace this?


Bablu
22nd May 2009, 05:16
First of all, I would like that all the people from the last thread I made because those guys helped me figured out what the hell was wrong with my damn avisynth plugin folder. One day seesaw is not working and the other say srestore isn't so, I reinstalled everything freshly and created folder for each filter and scripts. Moreover, it's very creative idea and very organized.

Anyways, back to what I need help with. I have this crappy crappy DVD9 source with dark frames and mostly horrible interlaced lines, but the movie is damn good and that's the reason I'm willing to spend some time for it. I gave my try at it with using mutiples types of bobbers and restore function, but EuropeanMan says, NTSC to PAL isn't the proper answer. So, I would to know the 'proper' way to deinterlace and achieve 23.976FPS.

My script
LeakKernelDeint(order=1,sharp=true)
srestore(Frate=25)

Here's the problem
http://img30.imageshack.us/img30/8425/72307191.png

Here's a small sample (~20s) - http://www.sendspace.com/file/u47ka2

I will highly appreciate y'all's help. Thank you!

Guest
22nd May 2009, 06:40
When you give a screenshot, the sample should include that scene!

Bablu
22nd May 2009, 06:57
Apologize! but sample is good enough, right?

2Bdecided
22nd May 2009, 11:13
Apologize! but sample is good enough, right?I think neuron2 wanted to see the girl in motion ;)

The source is "field blended". That's what you need to search for here to find a solution, like restore24.

Cheers,
David.

EuropeanMan
22nd May 2009, 18:07
Next time, please don't mention my name in your threads...I provided assistance on a totally different website, NOT here. What happens THERE should stay there. Don't bring me into this.

restore24 works perfectly for me...I deint. this source to 23.976 and had no problems...none.

manono
23rd May 2009, 12:18
So, I would to know the 'proper' way to deinterlace and achieve 23.976FPS.

My script
LeakKernelDeint(order=1,sharp=true)
srestore(Frate=25)
Well, not like that since you get 25fps, which is also the wrong framerate. This does a fair job:

Yadif(Mode=1,Order=1)#or your favorite bobber
SRestore(Frate=23.976)

Bablu
9th June 2009, 21:14
Sorry guys for not getting back to this thread. It's been some hectic days. Nonetheless, I came back to source and trying to fix with restore24.

But this is the error I get.

Script:


Import("C:\Documents and Settings\Vikas\Desktop\restore24\restore24.avs")
LoadPlugin("C:\Documents and Settings\Vikas\Desktop\restore24\plugins\TDeint.dll")
LoadCPlugin("C:\Documents and Settings\Vikas\Desktop\restore24\plugins\SmartDecimate.dll")
LoadPlugin("C:\Documents and Settings\Vikas\Desktop\restore24\plugins\MaskTools.dll")
LoadPlugin("C:\Documents and Settings\Vikas\Desktop\restore24\plugins\LeakKernelDeint.dll")
LoadCPlugin("C:\Documents and Settings\Vikas\Desktop\restore24\plugins\IBob.dll")
LoadPlugin("C:\Documents and Settings\Vikas\Desktop\restore24\plugins\avisynth_c.dll")
DGDecode_mpeg2source("D:\Downloads\Omkara.2006.2Disk.Untouched.DVD9.Jay78.TeamDUS\omkara.d2v")
#deinterlace
crop( 2, 56, -14, -58)
LanczosResize(640,272) # Lanczos (Sharp)
#denoise

Guest
9th June 2009, 21:23
Struck for rule 6. Thread closed.