Log in

View Full Version : Help deinterlacing removing field blend


Overdrive80
19th July 2011, 17:58
Hi, i need help with a video dvd box set.

I tried to deinterlace a video with this script:

DGDecode_mpeg2source("E:\DBZ\DBZ1_4\024\Title_8.d2v", info=3)
ColorMatrix(hints=true, threads=0,interlaced=true)
tfm()
tdecimate()

The result is a video with residual fields as this:

http://s3.subirimagenes.com:81/privadas/previo/thump_1553102captura1.png (http://www.subirimagenes.com/privadas-captura1-1553102.html)

http://s3.subirimagenes.com:81/privadas/previo/thump_1553104captura2b.png (http://www.subirimagenes.com/privadas-captura2b-1553104.html)

As this fields was between two scenes, i tried this script

DGDecode_mpeg2source("E:\DBZ\DBZ1_4\024\Title_8.d2v", info=3)
ColorMatrix(hints=true, threads=0,interlaced=true)
QTGMC(preset="medium")
srestore(frate=23.976,omode=4,mode=2).decimate(2).decimate()

The result video is good for changes of scenes, but there is residual fields as this:

http://s3.subirimagenes.com:81/privadas/previo/thump_1553109captura2.png (http://www.subirimagenes.com/privadas-captura2-1553109.html)

I go upload two part of video.

Part one: http://www.mediafire.com/?gpd59jjowh9wy5v. Example of change scene.

Part two: http://www.mediafire.com/?t000baruf7j0gzt

EDIT: DGindex detect source dvd as progressive but is interlaced. Look image: O_o

http://s3.subirimagenes.com:81/privadas/previo/thump_1553118captura3.png (http://www.subirimagenes.com/privadas-captura3-1553118.html)

mastrboy
19th July 2011, 18:03
Is this the remastered dvd boxset's? In that case i remembering they being like ~98% Film, so you should be able to use "Force Film" in DGIndex.

In case not, for more correct pulldown you should specify d2v for tfm like tfm(d2v="E:\DBZ\DBZ1_4\024\Title_8.d2v")

Overdrive80
19th July 2011, 18:27
Is this the remastered dvd boxset's? In that case i remembering they being like ~98% Film, so you should be able to use "Force Film" in DGIndex.

This boxset is japanese, not funimation. This episode and 22, arent 98%film, dgindex info NTSC source. ^^'


In case not, for more correct pulldown you should specify d2v for tfm like tfm(d2v="E:\DBZ\DBZ1_4\024\Title_8.d2v")

I will try it. Now i see that video is mix of frames & fields, maybe it has influence, hasnt it?

EDIT: The result with tfm(d2v="E:\DBZ\DBZ1_4\024\Title_8.d2v") is the same that in first & second capture.

EDIT2: I tried this script: DGDecode_mpeg2source("E:\DBZ\DBZ1_4\024\Title_8.d2v", info=3)
ColorMatrix(hints=true, threads=0,interlaced=true)
assumetff()
separatefields()
Selecteven()
weave()
QTGMC().decimate()

the result is this:

http://s2.subirimagenes.com/privadas/previo/thump_1553163captura3.png (http://www.subirimagenes.com/privadas-captura3-1553163.html)

Overdrive80
19th July 2011, 20:36
Maybe that solve it with this script animeivtc(mode=2,aa=0)

Overdrive80
20th July 2011, 00:01
Nothing try wrong, with animeivtc too obtain multiple frames blended.

dfan
20th July 2011, 23:19
i help you (i want to see a great dbz's spanish release soon e_e)...


tfm(syntaxis)

vinverse()
srestore(omode=2, cache=10)

tdecimate(syntaxis)


regards

SSH4
20th July 2011, 23:38
and btw, ColorMatrix(hints=true, threads=0,interlaced=true) usually useless (i don't seen DVD with colormatrix tags on video stream). If you seen * near the original color matrix in the DGIndex Info this mean DGIndex can't understand what matrix on video stream.

Overdrive80
21st July 2011, 03:27
i help you (i want to see a great dbz's spanish release soon e_e)...


tfm(syntaxis)

vinverse()
srestore(omode=2, cache=10)

tdecimate(syntaxis)


regards

Espero que te guste... ^^

and btw, ColorMatrix(hints=true, threads=0,interlaced=true) usually useless (i don't seen DVD with colormatrix tags on video stream). If you seen * near the original color matrix in the DGIndex Info this mean DGIndex can't understand what matrix on video stream.

Ok, I will consider it in next.


Finally, i download dvd of funimation and ripped it. Thanks all. ^^