Filter mix
  Mix video inputs.
    Inputs:
        dynamic (depending on the options)
    Outputs:
       #0: default (video)
mix AVOptions:
  inputs            <int>        ..FV..... set number of inputs (from 2 to INT_MAX) (default 2)
  weights           <string>     ..FV..... set weight for each input (default "1 1")
  duration          <int>        ..FV..... how to determine end of stream (from 0 to 2) (default longest)
     longest                      ..FV..... Duration of longest input
     shortest                     ..FV..... Duration of shortest input
     first                        ..FV..... Duration of first input


