{
  "vod": [
    {
      "encoderName": "libopus",
      "profileName": "vp9_opus",
      "outputOptions": ["-b:a 160k" ]
    },
    {
      "encoderName": "libvpx-vp9",
      "profileName": "vp9_opus",
      "outputOptions":  ["-deadline good", "-cpu-used 1", "-row-mt 1", "-crf 15", "-b:v 18000k" ]
    }
  ],
 
  "live": []
}
{
  "vod": [
    {
      "encoderName": "libopus",
      "streamType": "audio",
      "priority": 1000
    },
   {
      "encoderName": "libvpx-vp9",
      "streamType": "video",
      "priority": 1000
    }
  ],
 
  "live": [ ]
}