Hello,
as usually I have recorded some stuff from TV (with HD PVR) and the material is FHD 50i.
So far all the videos I recorded were interlaced or progressive (content) and the procedures I used were : QTGMC (to make 50p) or (for the progressive one):
The latest material I recorder has a pattern (content):Code:directShowSource("...",fps=25,audio=false,pixel_type="YV12") AssumeFrameBased() assumeTFF() crop(...) fadeIn0(...).fadeIn0(...) fadeOut0(...).fadeOut0(...)
pp iii pp iii pp iii pp ...
p - progressive
I - interlaced
Is it any pull-down pattern or what? And if yes then I should remove it first before deinterlacing?
Thanks.
+ Reply to Thread
Results 1 to 2 of 2
-
-
Try Yadif(mode-1, order=1).TDecimate(cycle=5, cycleR=2). That will give you 30p. You might need to remove 1 more frame out of every 1001 to make 29.97p.