Thread: DGAVCDec 1.0.9
View Single Post
Old 24th November 2009, 19:53   #1905  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by b66pak View Post
here is a sample of a hard pulldown .h264 stream ( in .mp4)...dgavcindex return 25fps instead of 30000/1001...

http://www.mediafire.com/?x2girwy2lyi

here is my script for IVTC

Code:
AVCSource("sample.hard.pulldown_track1.dga")
#info()
tfm(order=1).tdecimate()
#crop
#resize
#denoise
how can i improve it to overcome this situation?
_
I haven't looked at this yet, but why don't you use assumefps?

AVCSource()
AssumeFPS(30000,1001)
TFM().TDecimate()

Or you can edit the .dga file for the frame rate
poisondeathray is offline