-
-
Notifications
You must be signed in to change notification settings - Fork 112
Options Config
SeydX edited this page Jan 25, 2022
·
1 revision
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"
}
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 |