]> git.sesse.net Git - casparcg/blob - source/producers/decklink.rst
(no commit message)
[casparcg] / source / producers / decklink.rst
1 *****************\r
2 Decklink Producer\r
3 *****************\r
4 \r
5 -----------\r
6 Diagnostics\r
7 -----------\r
8 \r
9 flash[*model-name* | *device-index* | *video-mode*]\r
10 \r
11 +---------------+-----------------------------------------------+--------+\r
12 | Graph         | Description                                   |  Scale |\r
13 +===============+===============================================+========+\r
14 | frame-time    | Time spent rendering the current frame.       | fps/2  |\r
15 +---------------+-----------------------------------------------+--------+\r
16 | tick-time     | Time between rendering two frames.            | fps/2  |\r
17 +---------------+-----------------------------------------------+--------+\r
18 | dropped-frame | Dropped an input frame.                       |  N/A   |\r
19 +---------------+-----------------------------------------------+--------+\r
20 | late-frame    | Frame was not ready in time and is skipped.   |  N/A   |\r
21 +---------------+-----------------------------------------------+--------+\r
22 | output-buffer | Buffering.                                     |        |\r
23 +---------------+-----------------------------------------------+--------+\r
24 ----------\r
25 Parameters\r
26 ----------\r
27 \r
28 ^^^^^^\r
29 DEVICE\r
30 ^^^^^^\r
31 \r
32 Which BlackMagic device to attach.\r
33 \r
34 Syntax::\r
35 \r
36         [device:int]\r
37         \r
38 Example::\r
39         \r
40         << PLAY 1-1 DECKLINK 1\r
41     \r
42 ^^^^^^\r
43 LENGTH\r
44 ^^^^^^\r
45 Sets the end of the file.\r
46 \r
47 Syntax::\r
48 \r
49         LENGTH [frames:int]\r
50         \r
51 Example::\r
52         \r
53         << PLAY 1-1 DECKLINK 1 LENGTH 100\r
54         \r
55 ^^^^^^\r
56 FILTER\r
57 ^^^^^^\r
58 Configures libavfilter which will be used.\r
59 \r
60 Syntax::\r
61 \r
62         FILTER [libavfilter-parameters:string]\r
63                 \r
64 Example::\r
65                 \r
66         << PLAY 1-1 DECKLINK 1 FILTER hflip:yadif=0:0\r
67         \r
68 ^^^^^^\r
69 FORMAT\r
70 ^^^^^^\r
71 Sets the video-mode. If no video-mode is provided then the parent channels video-mode will be used.\r
72 \r
73 Syntax::\r
74 \r
75         FORMAT [video-mode:string]\r
76         \r
77 Example::\r
78         \r
79         << PLAY 1-1 DECKLINK 1 FORMAT PAL LENGTH 100