Filter fieldmatch
  Field matching for inverse telecine.
    Inputs:
        dynamic (depending on the options)
    Outputs:
       #0: default (video)
fieldmatch AVOptions:
  order             <int>        ..FV.... specify the assumed field order (from -1 to 1) (default auto)
     auto                         ..FV.... auto detect parity
     bff                          ..FV.... assume bottom field first
     tff                          ..FV.... assume top field first
  mode              <int>        ..FV.... set the matching mode or strategy to use (from 0 to 5) (default pc_n)
     pc                           ..FV.... 2-way match (p/c)
     pc_n                         ..FV.... 2-way match + 3rd match on combed (p/c + u)
     pc_u                         ..FV.... 2-way match + 3rd match (same order) on combed (p/c + u)
     pc_n_ub                      ..FV.... 2-way match + 3rd match on combed + 4th/5th matches if still combed (p/c + u + u/b)
     pcn                          ..FV.... 3-way match (p/c/n)
     pcn_ub                       ..FV.... 3-way match + 4th/5th matches on combed (p/c/n + u/b)
  ppsrc             <boolean>    ..FV.... mark main input as a pre-processed input and activate clean source input stream (default false)
  field             <int>        ..FV.... set the field to match from (from -1 to 1) (default auto)
     auto                         ..FV.... automatic (same value as 'order')
     bottom                       ..FV.... bottom field
     top                          ..FV.... top field
  mchroma           <boolean>    ..FV.... set whether or not chroma is included during the match comparisons (default true)
  y0                <int>        ..FV.... define an exclusion band which excludes the lines between y0 and y1 from the field matching decision (from 0 to INT_MAX) (default 0)
  y1                <int>        ..FV.... define an exclusion band which excludes the lines between y0 and y1 from the field matching decision (from 0 to INT_MAX) (default 0)
  scthresh          <double>     ..FV.... set scene change detection threshold (from 0 to 100) (default 12)
  combmatch         <int>        ..FV.... set combmatching mode (from 0 to 2) (default sc)
     none                         ..FV.... disable combmatching
     sc                           ..FV.... enable combmatching only on scene change
     full                         ..FV.... enable combmatching all the time
  combdbg           <int>        ..FV.... enable comb debug (from 0 to 2) (default none)
     none                         ..FV.... no forced calculation
     pcn                          ..FV.... calculate p/c/n
     pcnub                        ..FV.... calculate p/c/n/u/b
  cthresh           <int>        ..FV.... set the area combing threshold used for combed frame detection (from -1 to 255) (default 9)
  chroma            <boolean>    ..FV.... set whether or not chroma is considered in the combed frame decision (default false)
  blockx            <int>        ..FV.... set the x-axis size of the window used during combed frame detection (from 4 to 512) (default 16)
  blocky            <int>        ..FV.... set the y-axis size of the window used during combed frame detection (from 4 to 512) (default 16)
  combpel           <int>        ..FV.... set the number of combed pixels inside any of the blocky by blockx size blocks on the frame for the frame to be detected as combed (from 0 to INT_MAX) (default 80)


