]> git.sesse.net Git - casparcg/blob - build/html/producers/decklink.html
(no commit message)
[casparcg] / build / html / producers / decklink.html
1
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6
7 <html xmlns="http://www.w3.org/1999/xhtml">
8   <head>
9     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10     
11     <title>5. Decklink Producer &mdash; CasparCG 2.0 documentation</title>
12     
13     <link rel="stylesheet" href="../_static/default.css" type="text/css" />
14     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
15     
16     <script type="text/javascript">
17       var DOCUMENTATION_OPTIONS = {
18         URL_ROOT:    '../',
19         VERSION:     '2.0',
20         COLLAPSE_INDEX: false,
21         FILE_SUFFIX: '.html',
22         HAS_SOURCE:  true
23       };
24     </script>
25     <script type="text/javascript" src="../_static/jquery.js"></script>
26     <script type="text/javascript" src="../_static/underscore.js"></script>
27     <script type="text/javascript" src="../_static/doctools.js"></script>
28     <script type="text/javascript" src="../_static/sidebar.js"></script>
29     <link rel="search" type="application/opensearchdescription+xml"
30           title="Search within CasparCG 2.0 documentation"
31           href="../_static/opensearch.xml"/>
32     <link rel="author" title="About these documents" href="../about.html" />
33     <link rel="copyright" title="Copyright" href="../copyright.html" />
34     <link rel="top" title="CasparCG 2.0 documentation" href="../index.html" />
35     <link rel="up" title="Producers" href="index.html" />
36     <link rel="next" title="Consumers" href="../consumers/index.html" />
37     <link rel="prev" title="4. Image Scroll Producer" href="image-scroll.html" />
38  
39
40   </head>
41   <body>
42     <div class="related">
43       <h3>Navigation</h3>
44       <ul>
45         <li class="right" style="margin-right: 10px">
46           <a href="../genindex.html" title="General Index"
47              accesskey="I">index</a></li>
48         <li class="right" >
49           <a href="../consumers/index.html" title="Consumers"
50              accesskey="N">next</a> |</li>
51         <li class="right" >
52           <a href="image-scroll.html" title="4. Image Scroll Producer"
53              accesskey="P">previous</a> |</li>
54         <li><a href="../index.html">CasparCG 2.0 documentation</a> &raquo;</li>
55
56           <li><a href="index.html" accesskey="U">Producers</a> &raquo;</li> 
57       </ul>
58     </div>  
59
60     <div class="document">
61       <div class="documentwrapper">
62         <div class="bodywrapper">
63           <div class="body">
64             
65   <div class="section" id="decklink-producer">
66 <h1>5. Decklink Producer<a class="headerlink" href="#decklink-producer" title="Permalink to this headline">¶</a></h1>
67 <div class="section" id="diagnostics">
68 <h2>5.1. Diagnostics<a class="headerlink" href="#diagnostics" title="Permalink to this headline">¶</a></h2>
69 <p>flash[<em>model-name</em> | <em>device-index</em> | <em>video-mode</em>]</p>
70 </div>
71 <div class="section" id="parameters">
72 <h2>5.2. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
73 <div class="section" id="device">
74 <h3>5.2.1. DEVICE<a class="headerlink" href="#device" title="Permalink to this headline">¶</a></h3>
75 <p>Which BlackMagic device to attach.</p>
76 <p>Syntax:</p>
77 <div class="highlight-python"><pre>[device:int]</pre>
78 </div>
79 <p>Example:</p>
80 <div class="highlight-python"><pre>&lt;&lt; PLAY 1-1 DECKLINK 1</pre>
81 </div>
82 </div>
83 <div class="section" id="length">
84 <h3>5.2.2. LENGTH<a class="headerlink" href="#length" title="Permalink to this headline">¶</a></h3>
85 <p>Sets the end of the file.</p>
86 <p>Syntax:</p>
87 <div class="highlight-python"><div class="highlight"><pre><span class="n">LENGTH</span> <span class="p">[</span><span class="n">frames</span><span class="p">:</span><span class="nb">int</span><span class="p">]</span>
88 </pre></div>
89 </div>
90 <p>Example:</p>
91 <div class="highlight-python"><pre>&lt;&lt; PLAY 1-1 DECKLINK 1 LENGTH 100</pre>
92 </div>
93 </div>
94 <div class="section" id="filter">
95 <h3>5.2.3. FILTER<a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h3>
96 <p>Configures libavfilter which will be used.</p>
97 <p>Syntax:</p>
98 <div class="highlight-python"><div class="highlight"><pre><span class="n">FILTER</span> <span class="p">[</span><span class="n">libavfilter</span><span class="o">-</span><span class="n">parameters</span><span class="p">:</span><span class="n">string</span><span class="p">]</span>
99 </pre></div>
100 </div>
101 <p>Example:</p>
102 <div class="highlight-python"><pre>&lt;&lt; PLAY 1-1 DECKLINK 1 FILTER hflip:yadif=0:0</pre>
103 </div>
104 </div>
105 <div class="section" id="format">
106 <h3>5.2.4. FORMAT<a class="headerlink" href="#format" title="Permalink to this headline">¶</a></h3>
107 <p>Sets the video-mode. If no video-mode is provided then the parent channels video-mode will be used.</p>
108 <p>Syntax:</p>
109 <div class="highlight-python"><div class="highlight"><pre><span class="n">FORMAT</span> <span class="p">[</span><span class="n">video</span><span class="o">-</span><span class="n">mode</span><span class="p">:</span><span class="n">string</span><span class="p">]</span>
110 </pre></div>
111 </div>
112 <p>Example:</p>
113 <div class="highlight-python"><pre>&lt;&lt; PLAY 1-1 DECKLINK 1 FORMAT PAL LENGTH 100</pre>
114 </div>
115 </div>
116 </div>
117 </div>
118
119
120           </div>
121         </div>
122       </div>
123       <div class="sphinxsidebar">
124         <div class="sphinxsidebarwrapper">
125   <h3><a href="../contents.html">Table Of Contents</a></h3>
126   <ul>
127 <li><a class="reference internal" href="#">5. Decklink Producer</a><ul>
128 <li><a class="reference internal" href="#diagnostics">5.1. Diagnostics</a></li>
129 <li><a class="reference internal" href="#parameters">5.2. Parameters</a><ul>
130 <li><a class="reference internal" href="#device">5.2.1. DEVICE</a></li>
131 <li><a class="reference internal" href="#length">5.2.2. LENGTH</a></li>
132 <li><a class="reference internal" href="#filter">5.2.3. FILTER</a></li>
133 <li><a class="reference internal" href="#format">5.2.4. FORMAT</a></li>
134 </ul>
135 </li>
136 </ul>
137 </li>
138 </ul>
139
140   <h4>Previous topic</h4>
141   <p class="topless"><a href="image-scroll.html"
142                         title="previous chapter">4. Image Scroll Producer</a></p>
143   <h4>Next topic</h4>
144   <p class="topless"><a href="../consumers/index.html"
145                         title="next chapter">Consumers</a></p>
146 <h3>This Page</h3>
147 <ul class="this-page-menu">
148   <li><a href="../bugs.html">Report a Bug</a></li>
149   <li><a href="../_sources/producers/decklink.txt"
150          rel="nofollow">Show Source</a></li>
151 </ul>
152
153 <div id="searchbox" style="display: none">
154   <h3>Quick search</h3>
155     <form class="search" action="../search.html" method="get">
156       <input type="text" name="q" />
157       <input type="submit" value="Go" />
158       <input type="hidden" name="check_keywords" value="yes" />
159       <input type="hidden" name="area" value="default" />
160     </form>
161     <p class="searchtip" style="font-size: 90%">
162     Enter search terms or a module, class or function name.
163     </p>
164 </div>
165 <script type="text/javascript">$('#searchbox').show(0);</script>
166         </div>
167       </div>
168       <div class="clearer"></div>
169     </div>
170     <div class="related">
171       <h3>Navigation</h3>
172       <ul>
173         <li class="right" style="margin-right: 10px">
174           <a href="../genindex.html" title="General Index"
175              >index</a></li>
176         <li class="right" >
177           <a href="../consumers/index.html" title="Consumers"
178              >next</a> |</li>
179         <li class="right" >
180           <a href="image-scroll.html" title="4. Image Scroll Producer"
181              >previous</a> |</li>
182         <li><a href="../index.html">CasparCG 2.0 documentation</a> &raquo;</li>
183
184           <li><a href="index.html" >Producers</a> &raquo;</li> 
185       </ul>
186     </div>
187     <div class="footer">
188     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
189     <br />
190     <a href="http://www.python.org/psf/donations/">Please donate.</a>
191     <br />
192     Last updated on Mar 13, 2012.
193     <a href="../bugs.html">Found a bug</a>?
194     <br />
195     Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2.
196     </div>
197
198   </body>
199 </html>