The resizer module resizes the frame format of a stream. It receives a single input stream and passes it on with a resized format.
      The configuration of the resizer module with name NAME
      is located in the resizers/NAME subdirectory.
    
      The file instream contains the name of the stream to
      receive.
      The frames received from this stream are resized and passed to the
      output stream.
    
      The file format describes the format of the output stream,
      i.e. its dimensions, the number of channels and the color depth on
      each channel.
      The file must contain a string
      <width>x<height>-<channels>/<colors>,
      e.g. 18x8-1/256 for 18 pixels width, 8 pixels height
      in 256 grayscales.
    
      The file outstream contains the name of the stream to
      send the resized frames to.