check
1st October 2006, 08:32
I recently went out an brought the Australian PAL release of futurama (region 4). The quality is very nice (no blending, yay!), but I'm still running into a few problems in the deinterlacing.
The stream seems to drop random fields, which seems to throw a spanner in the works.
Here's a sample of what I mean. The scene where leela lunges towards the camera seems to switch backwards and forwards, and TFM can't seem to get it by itself. http://cccp.project357.com/index.php?dir=samples/&file=futurama_r4PAL_-_fieldorder_woes.vob
I've found that I can mostly fix the problem by running TFM through conditionalfilter where if the output is still combed, the field parameter is switched:
DGDecode_mpeg2source("G:\Video Editing\FUTURAMA_DISC_1\VIDEO_TS\ep1.d2v",info=3)
a=last
try1=TFM(d2v="ep1.d2v",slow=2,mode=4,pp=1,field=0) #.Tdeint() #,order=0,field=0
try2=TFM(d2v="ep1.d2v",slow=2,mode=4,pp=1,field=0) #.Tdeint() #,order=0,field=0
ConditionalFilter(try1,try2,try1,"IsCombedTIVTC()","=","true")
Tdeint(hints=true)
This seems to work pretty well, but there are plenty of places I'll have to use a manual overrise file for. Can anyone offer suggestions on a way to go about this that produces a more accurate result?
The stream seems to drop random fields, which seems to throw a spanner in the works.
Here's a sample of what I mean. The scene where leela lunges towards the camera seems to switch backwards and forwards, and TFM can't seem to get it by itself. http://cccp.project357.com/index.php?dir=samples/&file=futurama_r4PAL_-_fieldorder_woes.vob
I've found that I can mostly fix the problem by running TFM through conditionalfilter where if the output is still combed, the field parameter is switched:
DGDecode_mpeg2source("G:\Video Editing\FUTURAMA_DISC_1\VIDEO_TS\ep1.d2v",info=3)
a=last
try1=TFM(d2v="ep1.d2v",slow=2,mode=4,pp=1,field=0) #.Tdeint() #,order=0,field=0
try2=TFM(d2v="ep1.d2v",slow=2,mode=4,pp=1,field=0) #.Tdeint() #,order=0,field=0
ConditionalFilter(try1,try2,try1,"IsCombedTIVTC()","=","true")
Tdeint(hints=true)
This seems to work pretty well, but there are plenty of places I'll have to use a manual overrise file for. Can anyone offer suggestions on a way to go about this that produces a more accurate result?