PDA

View Full Version : Getting weird framerate after decimation...


SPiKA
29th April 2008, 17:49
I'm encoding an anime movie which is 29.97fps NTSC mostly progressive, but I'm getting 19.12fps instead of 23.98 after decimation...

How do I get correct framerate?

unskinnyboy
29th April 2008, 19:03
Looks like you are IVTC'ing it twice. What's the script you are using?

SPiKA
29th April 2008, 19:05
DGDecode_mpeg2source("D:\Encodes\eva\eva.d2v",info=3)
ColorMatrix(hints=true)

FreezeFrame(2654,2654,2655)

deint = TDeint(mode=2, mtnmode=3, blim=100)
TFM(cthresh=4, slow=2, clip2=deint)
TDecimate(mode=1)

crop( 6, 10, -4, -6)
Spline36Resize(720,480)

unskinnyboy
29th April 2008, 19:27
This script shouldn't give you anything other than 23.976 fps. When you created the d2v, you sure Forced Film wasn't checked? Depending on your source, you should do only one of the two - Forced Film or IVTC, not both.

SPiKA
29th April 2008, 21:02
Guess I've made a mistake when creating the d2v file... now it's working fine.

Thanks.

IanB
29th April 2008, 23:46
@SPiKA,

If film mode works correctly for your d2v use it!

Forced Film is far far better than IVTC whenever it works.