1. Consumers

1.1. File Consumer

1.1.1. Diagnostics

ffmpeg[filename]

Graph Description Scale
frame-time Time spent decoding the current frame. fps/2

1.1.2. Parameters

The file consumer uses the same option syntax as ffmpeg.

Note, not all options supported by ffmpeg have been implemented.

1.1.2.1. FILENAME

Target filename.

Syntax:

[filename:string]

Example:

ADD 1 FILE test.mov -vcodec libx264 -crf 5 -preset ultrafast -tune fastdecode -s 1280x720 -r 50 -acodec aac -ab 128k
REMOVE 1 FILE

1.2. Bluefish Consumer

1.2.1. Diagnostics

ffmpeg[filename]

Graph Description Scale
frame-time Time spent decoding the current frame. fps/2
sync-time Time spent waiting for sync. fps/2
tick-time Time between frames frame. fps/2

1.2.2. Parameters

1.2.2.1. DEVICE

Which BlueFish device to attach.

Syntax:

[device:int]

Configuration Syntax:

<device>[1..]</device>

Example:

<< ADD 1 BLUEFISH 1

1.2.2.2. EMBEDDED_AUDIO

Enables embedded-audio.

Syntax:

EMBEDDED_AUDIO

Default:

Disabled

Configuration Syntax:

<embedded-audio>[true|false]</embedded-audio>

Example:

<< ADD 1 BLUEFISH 1 EMBEDDED_AUDIO

1.2.2.3. KEY_ONLY

Displays key as fill.

Default:

Disabled

Syntax:

KEY_ONLY

Configuration Syntax:

<key-only>[true|false]</key-only>

Example:

<< ADD 1 BLUEFISH 1 EMBEDDED_AUDIO KEY_ONLY

1.4. Screen Consumer

1.5. System Audio Consumer