Log in

View Full Version : Encoding GSD ep 1 interlance


SaintDeath
20th March 2010, 20:55
Hey was up ppl..welll I am encoding GSD ep 1 when i am finish with the encode it looks fine but it seems i get jerkynes at the end credits n parts of the ep..I know its the interlace thats causing the isuue this is wat i used.

mpeg2source(d2vp,idct=7)
srce=last
interp=srce.separatefields().eedi2(field=-2)
deinte=srce.tdeint(mode=2,edeint=interp)
srce.tfm(d2v=d2vp,clip2=deinte,pp=4,flags=4)
tdecimate(mode=0)

Audionut
21st March 2010, 00:12
2 things.

WTF does this have to do with H.264? PM a mod to move it.

You need to upload a sample some where.

Assassinator
21st March 2010, 01:16
I know its the interlace thats causing the isuue this is wat i used.

Taking guesses without seeing the actual source....

Errr no, your stuff's probably just hybrid. That is, it's not completely of one framerate (23.976) like you think. So forcefully decimating it to 23.976 will probably have that effect on the non-23.976 parts.

If that's the case, the correct method of dealing with it would be to identify the sections with different fps and create a VFR encode, with YATTA or something (or by hand). If you think that's too :effort:, at least use one of the VFR modes of TIVTC.


As for the end credits, it's mostly likely 30i credits overlayed on top of your telecined video. This is very common. Just straight deinterlace that ending section if that makes it look better than your IVTC (most of the time, it probably will).