View Full Version : Plain deinterlacing or Bob+SelectEvery: what do you prefer and why?
Terka
4th June 2007, 16:05
just want to try
WorBry
5th June 2007, 11:44
IMHO, Yadif is a great 'general purpose' bobber for 'on-the-fly' deinterlaced playback, as well as standards conversion of interlaced content (via a bobbed intermediate).
For (high quality) rendered 50p output however, my staple deinterlacer remains MVBob, although I have found Yadif very useful for previewing DV footage for difficult scenes that call for the special services of MCBob, particularly 'detail moving over detail' and relatively static objects exibiting marked 'vertical jittering' (aka shimmering....Didee, please dont cringe). And therein (for me at least) lies the main drawback of Yadif in that, of all 'smart bobbers' I have tested, it appears to be the most prone to the 'bobby shimmers'.
I raised a similar query over in the Yadif thread, but I'm wondering if there are routines that might be applied to 'calm-down' (or correct) the jitters, even if not as efficiently as the mighty MCBob itself?
Kool3ds
18th June 2007, 18:41
CAn somebody suggest some nice and good bob deinterlacers which can convert fps to 59.94 and then i can use to repal to get it back to 24.975 fps. Thanks in advance.
smok3
18th June 2007, 20:13
just making sure, if my source is 16:9 interlaced any my desired output y resolution is the same or lower than 288, is this the correct approach:
SeparateFields()
SelectOdd()
LanczosResize(512,288)
?
wonkey_monkey
18th June 2007, 22:59
You'll get a less-aliased result by (smart) bobbing instead of separatingfields, because then you'll keep more of the static detail and get less aliasing when you resize (separatefields.selectodd is effectively a nearest neighbour resize to half height).
David
wicked_chan
23rd June 2009, 08:51
Thans very much for didee and every body here.I read all our discussion.I download didee's MCBob_v03c and jase99's MCBob_v03u3_MVT2 and do my test.The result is :
1、They seems cause some damage to my picture on top of my screen.you can look at my picture's top edge.I don't why,I hope somebody can tell me.Thank you.
http://myadultimage.com/images/eb41329l5qcqfogugo.jpg
http://myadultimage.com/images/zo6ktcy3w79fmmru7nr.jpg
2、MCBob by didee is more stable than jase 99's.The stable means the screen 's stability.At fast movements,didee's MCBob is more stable and better.
What about your result?
Thans very much for didee and every body here.I read all our discussion.I download didee's MCBob_v03c and jase99's MCBob_v03u3_MVT2 and do my test.The result is :
1、They seems cause some damage to my picture on top of my screen.you can look at my picture's top edge.I don't why,I hope somebody can tell me.Thank you.
2、MCBob by didee is more stable than jase 99's.The stable means the screen 's stability.At fast movements,didee's MCBob is more stable and better.
What about your result?
Looks like a garbage region that a simple crop + resize or crop + add border would fix.
Does a simple bob show the same artifact ?
wicked_chan
24th June 2009, 16:22
Looks like a garbage region that a simple crop + resize or crop + add border would fix.
Does a simple bob show the same artifact ?
My script is:
LoadPlugin("C:\Program Files\Pure Codec\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\Pure Codec\AviSynth 2.5\plugins\UnDot.dll")
import("C:\Program Files\Pure Codec\AviSynth 2.5\plugins\MCBob.avsi")
DGDecode_mpeg2source("f:\192.d2v",info=3) #加载d2v源视频
MCBob()
Crop(8,0,704,480)
LanczosResize(640,480) #强制调整最终屏幕比例
undot()
Should the MCBob after Crop and lanczosResize?:thanks:
My script is:
LoadPlugin("C:\Program Files\Pure Codec\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\Pure Codec\AviSynth 2.5\plugins\UnDot.dll")
import("C:\Program Files\Pure Codec\AviSynth 2.5\plugins\MCBob.avsi")
DGDecode_mpeg2source("f:\192.d2v",info=3) #加载d2v源视频
MCBob()
Crop(8,0,704,480)
LanczosResize(640,480) #强制调整最终屏幕比例
undot()
Should the MCBob after Crop and lanczosResize?:thanks:
The way you have it is fine mate. Motion Compensated bobbing is best when all the fields are present so there is as much information as possible to reinterpolate lost information.
As a rule of thumb crop should always be done after deinterlacing and generally make it the last thing to be done before resizing.
Have you tried the bob function SecureBob ? Its part of the mvbob function and its super quick and the results are darn good.
wicked_chan
26th June 2009, 17:10
Thank you very much.R3Z.
I don't konw the what happened in MCBob now.But it is very slow.That is true,But very good,hehe.
I will find your SecureBob to have a try.Thanks~
wicked_chan
27th June 2009, 10:20
I read the thread again. I decide to use securebob now.Becuse it is very fast and good.
Could I keep it 60fps? I found 60fps is better than the 30fps.More stable.
Thank you very much.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.