VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Jan 2011
    Location
    poland
    Search Comp PM
    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):
    Code:
    directShowSource("...",fps=25,audio=false,pixel_type="YV12")
    AssumeFrameBased()
    assumeTFF()
    crop(...)
    fadeIn0(...).fadeIn0(...)
    fadeOut0(...).fadeOut0(...)
    The latest material I recorder has a pattern (content):
    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.
    Image Attached Files
    Quote Quote  
  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.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!