5. File Consumer

5.1. Diagnostics

ffmpeg[filename]

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

5.2. Parameters

The file consumer uses the same option syntax as ffmpeg.

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

5.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

Table Of Contents

Previous topic

4. System Audio Consumer

Next topic

6. Image Consumer

This Page