Skip to content

Options Config

SeydX edited this page Jan 25, 2022 · 1 revision

Options

Here you can define the path to FFmpeg. If this block is not entered, then camera.ui takes the FFmpeg version that is installed with it through ffmpeg-for-homebridge

Example:

"options": {
  "videoProcessor": "/path/to/my/ffmpeg"
}

Info

Attributes Required Usage Default Options
videoProcessor Defines which video processor is used to decode and encode videos, must take the same parameters as FFmpeg. Common uses would be avconv or the path to a custom-compiled version of FFmpeg. If not set, will use the included version of FFmpeg, or the version of FFmpeg installed on the system if no included version is available. ffmpeg