Filter minterpolate
  Frame rate conversion using Motion Interpolation.
    Inputs:
       #0: default (video)
    Outputs:
       #0: default (video)
minterpolate AVOptions:
  fps               <video_rate> ..FV..... output's frame rate (default "60")
  mi_mode           <int>        ..FV..... motion interpolation mode (from 0 to 2) (default mci)
     dup                          ..FV..... duplicate frames
     blend                        ..FV..... blend frames
     mci                          ..FV..... motion compensated interpolation
  mc_mode           <int>        ..FV..... motion compensation mode (from 0 to 1) (default obmc)
     obmc                         ..FV..... overlapped block motion compensation
     aobmc                        ..FV..... adaptive overlapped block motion compensation
  me_mode           <int>        ..FV..... motion estimation mode (from 0 to 1) (default bilat)
     bidir                        ..FV..... bidirectional motion estimation
     bilat                        ..FV..... bilateral motion estimation
  me                <int>        ..FV..... motion estimation method (from 1 to 9) (default epzs)
     esa                          ..FV..... exhaustive search
     tss                          ..FV..... three step search
     tdls                         ..FV..... two dimensional logarithmic search
     ntss                         ..FV..... new three step search
     fss                          ..FV..... four step search
     ds                           ..FV..... diamond search
     hexbs                        ..FV..... hexagon-based search
     epzs                         ..FV..... enhanced predictive zonal search
     umh                          ..FV..... uneven multi-hexagon search
  mb_size           <int>        ..FV..... macroblock size (from 4 to 16) (default 16)
  search_param      <int>        ..FV..... search parameter (from 4 to INT_MAX) (default 32)
  vsbmc             <int>        ..FV..... variable-size block motion compensation (from 0 to 1) (default 0)
  scd               <int>        ..FV..... scene change detection method (from 0 to 1) (default fdiff)
     none                         ..FV..... disable detection
     fdiff                        ..FV..... frame difference
  scd_threshold     <double>     ..FV..... scene change threshold (from 0 to 100) (default 5)


