Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/_components/binary_sensor.ffmpeg_motion.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ extra_arguments:
description: Extra options to pass to `ffmpeg`, e.g., video denoise filtering.
required: false
type: string
run_test:
description: Check if `input` is usable by `ffmpeg`.
required: false
default: true
type: boolean
{% endconfiguration %}

To experiment with values (changes/100 is the scene value in `ffmpeg`):
Expand Down
5 changes: 5 additions & 0 deletions source/_components/binary_sensor.ffmpeg_noise.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ output:
description: Allows you to send the audio output of this sensor to an Icecast server or other FFmpeg-supported output, e.g., to stream with Sonos after a state is triggered.
required: false
type: string
run_test:
description: Check if `input` is usable by `ffmpeg`.
required: false
default: true
type: boolean
{% endconfiguration %}

To experiment with values:
Expand Down
5 changes: 5 additions & 0 deletions source/_components/camera.ffmpeg.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ extra_arguments:
description: Extra options to pass to `ffmpeg`, e.g., image quality or video filter options.
required: false
type: string
run_test:
description: Check if `input` is usable by `ffmpeg`.
required: false
default: true
type: boolean
{% endconfiguration %}

### {% linkable_title Image quality %}
Expand Down
5 changes: 0 additions & 5 deletions source/_components/ffmpeg.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ ffmpeg_bin:
required: false
default: ffmpeg
type: string
run_test:
description: Check if `input` is usable by ffmpeg.
required: false
default: True
type: boolean
{% endconfiguration %}

### {% linkable_title Raspbian Debian Jessie Lite Installations %}
Expand Down