grumpygamer
20th March 2008, 15:53
as i wrote in the subject this is my latest problem.
I have a telecined source at 30fps.
I tried separatefields() and saw that there was some blending in the separated fields, so that means it's gonna suck.
Usually I just TFM+TDecimate(mode=1) and I get a nice progressive source at 23.976 with no blending, but this time NADA the source is a little crappier.
Ok so I looked into MRestore and to my surprise the mode=0 setting worked well, here's the script:
mpeg2source("~\video.d2v",info=3)
colormatrix(interlaced=true,hints=true)
tfm(d2v="~\video.d2v")
mrestore(mode=0)
crop( 8, 0, -12, 0)
awarpsharp(8.0)
everything is fine but the framerate dropped to 12.500 !!
I need 23.976 (or so I think)
Should i tinker with the denm and numr parameters until i get the correct framerate?
Thanks for any answers
-gg
I have a telecined source at 30fps.
I tried separatefields() and saw that there was some blending in the separated fields, so that means it's gonna suck.
Usually I just TFM+TDecimate(mode=1) and I get a nice progressive source at 23.976 with no blending, but this time NADA the source is a little crappier.
Ok so I looked into MRestore and to my surprise the mode=0 setting worked well, here's the script:
mpeg2source("~\video.d2v",info=3)
colormatrix(interlaced=true,hints=true)
tfm(d2v="~\video.d2v")
mrestore(mode=0)
crop( 8, 0, -12, 0)
awarpsharp(8.0)
everything is fine but the framerate dropped to 12.500 !!
I need 23.976 (or so I think)
Should i tinker with the denm and numr parameters until i get the correct framerate?
Thanks for any answers
-gg