Skip to content

Commit

Permalink
Update plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Mar 2, 2018
1 parent 75ce6e1 commit 8f182d0
Show file tree
Hide file tree
Showing 303 changed files with 24,429 additions and 3,100 deletions.
4,911 changes: 3,589 additions & 1,322 deletions plugins/ConsumerAvformat.md

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions plugins/ConsumerDecklink.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,16 @@ type: string
readonly: true
required: no

### sliced_swab

title: Use sliced swab operation
description:
This option enables multithreaded parallel swab frame data operation
type: boolean
readonly: no
required: no
minimum: 0
maximum: 1
default: 0
widget: checkbox

13 changes: 13 additions & 0 deletions plugins/ConsumerSdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,16 @@ required: no
minimum: 128
default: 2048

### scrub_audio

title: Audio scrubbing
description:
If enabled, sound is played even when the speed is not normal.
type: integer
readonly: no
required: no
minimum: 0
maximum: 1
default: 1
widget: checkbox

84 changes: 84 additions & 0 deletions plugins/ConsumerSdl2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
---
layout: standard
title: Documentation
wrap_title: "Consumer: sdl2"
category: plugin
---
* TOC
{:toc}

## Plugin Information

title: SDL2
media types:
Audio Video
description: Simple DirectMedia Layer audio and video output module
version: 1
creator: Dan Dennedy
copyright: Meltytech, LLC
license: LGPLv2.1

## Parameters

### resolution

title: Resolution
description:
The size of the window as WxH pixels
type: string
readonly: no
required: no

### volume

title: Volume
description:
Audio level factor
type: float
readonly: no
required: no

### video_off

title: Video off
description:
Disable video output
type: boolean
readonly: no
required: no
default: 0
widget: checkbox

### audio_off

title: Audio off
description:
Disable audio output
type: boolean
readonly: no
required: no
default: 0
widget: checkbox

### audio_buffer

title: Audio buffer
description:
Size of the SDL audio buffer
type: integer
readonly: no
required: no
minimum: 128
default: 2048

### scrub_audio

title: Audio scrubbing
description:
Play sound even when the speed is not normal.
type: boolean
readonly: no
required: no
default: 1
widget: checkbox

68 changes: 68 additions & 0 deletions plugins/ConsumerSdl2_audio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
layout: standard
title: Documentation
wrap_title: "Consumer: sdl_audio"
category: plugin
---
* TOC
{:toc}

## Plugin Information

title: SDL Audio Only
media types:
Audio
description: Simple DirectMedia Layer audio only output module.
version: 1
creator: Dan Dennedy
copyright: Meltytech, LLC
license: LGPLv2.1

## Parameters

### volume

title: Volume
description:
Audio level factor.
type: float
readonly: no
required: no

### audio_off

title: Audio off
description:
If 1, disable audio output
type: integer
readonly: no
required: no
minimum: 0
maximum: 1
default: 0
widget: checkbox

### audio_buffer

title: Audio buffer
description:
Size of the sdl audio buffer.
type: integer
readonly: no
required: no
minimum: 128
default: 2048

### scrub_audio

title: Audio scrubbing
description:
If enabled, sound is played even when the speed is not normal.
type: integer
readonly: no
required: no
minimum: 0
maximum: 1
default: 0
widget: checkbox

23 changes: 14 additions & 9 deletions plugins/ConsumerXml.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ widget: fileopen
title: Process all frames
description:
Without this option, the XML consumer does not process any frames and simply serializes the service network. However, some filters (.e.g, videostab) require two passes where the first pass performs some analysis and stores the result in a property. Therefore, set this property to 1 (true) to cause the consumer to process all frames before serializing to XML.
type: integer
type: boolean
readonly: no
required: no
minimum: 0
maximum: 1
default: 0

### title
Expand All @@ -76,11 +74,9 @@ required: no
title: Exclude meta properties
description:
Set this to disable the output of properties with the prefix "meta."
type: integer
type: boolean
readonly: no
required: no
minimum: 0
maximum: 1
default: 0
widget: checkbox

Expand All @@ -89,11 +85,9 @@ widget: checkbox
title: No root attribute
description:
Set this to disable the output of the root attribute on the root element.
type: integer
type: boolean
readonly: no
required: no
minimum: 0
maximum: 1
default: 0
widget: checkbox

Expand Down Expand Up @@ -125,3 +119,14 @@ type: string
readonly: no
required: no

### no_profile

title: No profile element
description:
Set this to disable the output of the profile element.
type: boolean
readonly: no
required: no
default: 0
widget: checkbox

2 changes: 1 addition & 1 deletion plugins/FilterAvfilter-abench.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: abench
media types:
Audio
description: Benchmark part of a filtergraph.
version: Lavfi6.41.100
version: Lavfi6.107.100
creator: libavfilter maintainers

## Parameters
Expand Down
4 changes: 2 additions & 2 deletions plugins/FilterAvfilter-acompressor.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: acompressor
media types:
Audio
description: Audio compressor.
version: Lavfi6.41.100
version: Lavfi6.107.100
creator: libavfilter maintainers

## Parameters
Expand Down Expand Up @@ -93,7 +93,7 @@ readonly: no
required: no
minimum: 1
maximum: 64
default: 2
default: 1
format: double

### av.knee
Expand Down
17 changes: 17 additions & 0 deletions plugins/FilterAvfilter-acopy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: standard
title: Documentation
wrap_title: "Filter: avfilter.acopy"
category: plugin
---
* TOC
{:toc}

## Plugin Information

title: acopy
media types:
Audio
description: Copy the input audio unchanged to the output.
version: Lavfi6.107.100
creator: libavfilter maintainers
Loading

0 comments on commit 8f182d0

Please sign in to comment.