• emcodem's avatar
    avisynth: corrected interlace detection · 05c492ee
    emcodem authored
    AviSynth works on frame-based video by default, which can
    be either progressive or interlaced. Some filters can break
    frames into half-height fields, at which point it considers
    the clip to be field-based (avs_is_field_based can be used
    to check for this situation).
    
    To properly detect the field order of a typical video clip,
    the frame needs to have been weaved back together already,
    so avs_is_field_based should actually report 'false' when
    checked.
    Signed-off-by: 's avatarStephen Hutchinson <qyot27@gmail.com>
    05c492ee
avisynth.c 26.9 KB