]> git.sesse.net Git - casparcg/commitdiff
(no commit message)
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 13 Mar 2012 21:35:17 +0000 (21:35 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 13 Mar 2012 21:35:17 +0000 (21:35 +0000)
45 files changed:
build/doctrees/environment.pickle
build/doctrees/tutorial/file-consumer.doctree
build/html/_sources/tutorial/file-consumer.txt
build/html/about.html
build/html/amcp/basic-commands.html
build/html/amcp/data-commands.html
build/html/amcp/index.html
build/html/amcp/introduction.html
build/html/amcp/misc-commands.html
build/html/amcp/mixer-commands.html
build/html/amcp/query-commands.html
build/html/amcp/template-graphics-commands.html
build/html/bugs.html
build/html/consumers/bluefish.html
build/html/consumers/decklink.html
build/html/consumers/file.html
build/html/consumers/image.html
build/html/consumers/index.html
build/html/consumers/screen.html
build/html/consumers/system-audio.html
build/html/contents.html
build/html/copyright.html
build/html/faq/bluefish.html
build/html/faq/decklink.html
build/html/faq/flash.html
build/html/faq/general.html
build/html/faq/index.html
build/html/genindex-all.html
build/html/genindex.html
build/html/index.html
build/html/license.html
build/html/producers/decklink.html
build/html/producers/ffmpeg.html
build/html/producers/flash.html
build/html/producers/image-scroll.html
build/html/producers/image.html
build/html/producers/index.html
build/html/search.html
build/html/searchindex.js
build/html/tutorial/file-consumer.html
build/html/tutorial/index.html
build/html/whatsnew/2_0.html
build/html/whatsnew/index.html
source/faq/flash.rst
source/faq/general.rst

index 7e00efee84580ccad4f7d24ef4b545cbc146f380..76261345f9f833ddcacd612178b7a5c38ade406f 100644 (file)
Binary files a/build/doctrees/environment.pickle and b/build/doctrees/environment.pickle differ
index c65e43e46eb48b19c7c39e23fb3534182df62e2f..9d90c27407907484f1f0d212f8bc2e4fa70c3cd2 100644 (file)
Binary files a/build/doctrees/tutorial/file-consumer.doctree and b/build/doctrees/tutorial/file-consumer.doctree differ
index 609a9e50cb15c56869fd91d05e6790bd2a5341c9..3124b5a102bb659a70bd02f44d7289cf71d42da6 100644 (file)
@@ -4,25 +4,26 @@
 Running the File Consumer
 *************************
 
-The disk consumer uses ffmpeg to encode video and ffmpeg users will feel somewhat at home with the commands.
+The file consumer uses ffmpeg to encode video.
 
-The encoding will take advantage of multi-core cpus.
+The encoding will automatically take advantage of multi-core CPUs.
 
-To start the disk consumer you need to send the following command:
+To start the file consumer send the following command:
 
 ::
     
     ADD 1 FILE myfile.mov
 
-Where the file extension will decide the container format and appropriate codec.
+If the "-f"  or "-vcodec/-acodec" option is not supplied then the container format and appropriate codec will be automatically deduced from the file extension.
 
-To stop it you simply type:
+To stop writing to the file send:
 
 ::
 
     REMOVE 1 FILE
 
-The default, and recommended format is H264 which uses the highly optimized libx264 encoder. You can of course also choose what codec to encode to. The file consumer follows commandline arguments syntax used by ffmpeg, see ffmpeg for more options. Some of the available options are:
+
+The file consumer follows the commandline argument syntax used by ffmpeg, see ffmpeg.org for more options (note, not all options supported by ffmpeg have been implemented). Some of the available options are:
 
 ::
 
@@ -44,8 +45,21 @@ The default, and recommended format is H264 which uses the highly optimized libx
     ADD 1 FILE myfile.mov -vcodec dvvideo
     ADD 1 FILE myfile.mov -vcodec libx264
 
-For the above formats we have already provided high quality default parameters. Though you can of course also specify other codecs (see the -vcodec option in ffmpeg), and the corresponding options (see ffmpeg documentation):
+For the above formats have already provided high quality default parameters. 
+
+Another example:
 
 ::
 
-    ADD 1 FILE myfile.mov -vcodec libx264 -preset ultrafast -tune fastdecode -crf 5
\ No newline at end of file
+    ADD 1 FILE myfile.mov -vcodec libx264 -preset ultrafast -tune fastdecode -crf 5
+    
+In order to run multiple file consumers on the same channel you will need to provide a unique consumer index.
+
+::
+
+    ADD 1-0 FILE myfile.mov -s 1920x1080
+    ADD 1-1 FILE myfile.mov -s 1280x720
+    ...
+    REMOVE 1-0
+    REMOVE 1-1
+
index 38c6406c6d556736cbea1d168af07a942496e5aa..7bc53c52be1dd10b13e57b6c13008777a1341bdb 100644 (file)
     <div class="footer">
     &copy; <a href="copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="bugs.html">Found a bug</a>?
     <br />
index f324f23dd58aff789af7ceb83a135d82ecc39589..39ef100017c005ff936ef219fb6021ece1ab0a05 100644 (file)
@@ -248,8 +248,6 @@ If no layer is specified the default layer index will be used.</p>
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index fd468793b111136b6c4b879f6bfd2fe33ca93f40..7cb59f098417573dd03f6833ab1568167f93db7d 100644 (file)
@@ -165,8 +165,6 @@ DATA allows you to store a dataset on the CasparCG Server and assign it to a muc
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 1f4b52cc5f4365b24f6740b57faede78ddedf97c..eeca5c8411a2dc20c5ee8ed5a4eaf82431d250f7 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index a2e945303c704424d118ea8ec88700c28484b0b1..ce33e67c276a28ecf9ebc6115a1afb1df26c6096 100644 (file)
@@ -215,8 +215,6 @@ Valid sequences:</p>
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 9d1c8fb7e52b6ca3c72593b8a8fe6f64034f41d6..6a43fed0d6071b65459a67bb0204ce01c0bf4396 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index f7e6617b5206e5e57255a08f6452b427dbd5cecc..9faef6cb746db3f86c9ad6099488bc83a46eab40 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 8ce9ba57174ba03c680b6a7620f014a6dde408a8..1967320925fca5339ccaad09a50ca062f721b551 100644 (file)
@@ -217,8 +217,6 @@ CG [channel:int] INFO</pre>
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 6fab476aea115518fa34f335dd3047ca9f82799d..c2e603d129ca90c70033556eb4b99b0e5276c1f3 100644 (file)
@@ -249,8 +249,6 @@ Data is either inline xml or a reference to a saved dataset.</p>
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index f1e58ea0c72a9851a6213b334d039f0e9cbc3274..e27d724ebed09b2310df663086ffef3189fdc507 100644 (file)
     <div class="footer">
     &copy; <a href="copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="#">Found a bug</a>?
     <br />
index cb7500bd5d8312ccb4e9c5578e4ca07cd84674b6..2a900ed32229fe710f3d6b6ea32c33763b929861 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 6c6cdeb4e3e72e32364c47597fdee66cab3bd746..23f056060f8b3c14ac2aa9d279fe34a24914f1db 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index ca63b916d66c2f9a11e76ceee47c7db1328a048a..78c8a8bd1096142cc21b0ab7f6e86bbd4719e314 100644 (file)
@@ -173,8 +173,6 @@ REMOVE 1 FILE</pre>
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index f3f2cebe90467d4d90848845c57f1e63f81a91c5..de89f582fa12783326f3ea3c48d31cc20d8df38f 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 42f64088076939a8a4966b13f78ad0d677afb55a..0374b96804d15ccc883105043014dd36dd596555 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 17a7a6da3ab308c60824bcbfbd1b5f3d7f79d459..16ee9e518d716d7e0feafb95855a74cc5a3eaf8a 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 956b837adbd41267c3827dadc6cb21395cb5cef9..ba25b812a0edcc51a54daee76abfe370482a0222 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index ae5c0388d063090196797674f1ffe7a7daa8045f..9113c3a4d211375fc48be9e16731d36ac8449bf8 100644 (file)
     <div class="footer">
     &copy; <a href="copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="bugs.html">Found a bug</a>?
     <br />
index 6269cee532eeeaa83c438e570646f61da10493e2..b08e4c93ca749be2599a2c2206cbb1a94c221d4f 100644 (file)
     <div class="footer">
     &copy; <a href="#">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="bugs.html">Found a bug</a>?
     <br />
index 6c2a36287181e91eff8ffc53646a08f81f3cf082..ac1d71eeb5f721f98924c968d3ce4f5f9378c7e1 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 31aee87527f6299a81bb28cbd76c7f6e291bb6be..59a9836990781e2cea0e7fb8e8bff08137271b8b 100644 (file)
@@ -211,8 +211,6 @@ to use one of the four available devices as a key output using the &#8220;key-on
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 4979bb1c3d2f4ef3d46eff07fe4245bed83b96a3..43f2adc06733685629174de02436fd8f419d3d19 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index b78ff7e2944df074085f5df5633b580a375206bd..ebd230598949bb22898fa4ab41e6cbe800fa18a0 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index ebf88f354cdcc6f015261280827c80bb4659a04e..5da47e1ca21e87154624d24f0fa916b2934ad739 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index e15d3458fa2c9b77b821fcb147279eb5196dfda6..759f65038bfd5167a9aea8b4caefb60221d8d5af 100644 (file)
     <div class="footer">
     &copy; <a href="copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="bugs.html">Found a bug</a>?
     <br />
index 2c845a827869c812ae70b1b79a6eb2e0a1a0d63a..6c0f7aa7ec08bfe6f0c9f431c055976ed41797e7 100644 (file)
     <div class="footer">
     &copy; <a href="copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="bugs.html">Found a bug</a>?
     <br />
index 5df8727a6be0f14146f461fe1856d39ac23997b5..afd5a4ec59bf03d0384ddca2113937c5fd5bc9db 100644 (file)
     <div class="footer">
     &copy; <a href="copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="bugs.html">Found a bug</a>?
     <br />
index 01853e5de3c2902def2a11b8696db809a191f2c5..5c971acfc6b6a12d4b22be67077e77c4d17cc6be 100644 (file)
     <div class="footer">
     &copy; <a href="copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="bugs.html">Found a bug</a>?
     <br />
index 1d4983139e2511a05004a1894c5d3d30a1755c92..247e2aaa5c5f59b5a2f1714c5a0db170f9790de9 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index b546981f624084973cd94e7d3cec35cd2f0147b4..afe80b64ccecd27a0c2d0cff1594b31af163b1b6 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 1a4af42493f10f2e21b94f8876ada0951cb3dce5..6e8d73831fb872d8f17499f5f379e4debe8e526e 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index c156adc4cb6afce30e98f0742f4a0cbaa92aa27d..c2eac11dd06b5171b05805eae5c1495e5d1dae9a 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index ac2747b69ac5ced51af901bec0f5990421b68246..7e67d5ce6fa233fe795355773b344f8719edc893 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 6dd44d26afeba22b01a97e1637c8340b7108cb42..1b037eb68795bbc64c8f2ad688cfb96932f374b7 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 0e924613b08af544af1efac8c3f02a9457f8ac98..683b6057246b5b75d26cfce49406486d21557a5b 100644 (file)
     <div class="footer">
     &copy; <a href="copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="bugs.html">Found a bug</a>?
     <br />
index 2727ca831e683331c82f5cc3e8db96ade1e4e49c..e14d1386e94ae8e11dc64cc73a7ffa5d9477ea36 100644 (file)
@@ -1 +1 @@
-Search.setIndex({objects:{},terms:{all:[20,14,30,11,6,31,12,17,8,34],code:[21,6,8],queri:[21,8,30,34],consum:[19,0,1,26,12,22,11,31,2,16,7,32,8],four:1,disc:[],follow:[14,16],disk:16,decid:16,graph:[32,0,24,12,34],flash:[24,28,10,30,4,13,14,8],specif:[14,31],send:[10,14,16],tween:[17,31],program:6,swap:[21,31,8],under:[14,23],sent:14,string:[23,12,13,14,6,31,30,17,34],fals:[32,0],"void":14,faq:[1,10,4,11,15,8],distort:0,volum:[21,17,8],prore:16,wipe:[11,31],tri:[],level:[21,17,8],list:[21,23,8,30],direct:31,jump:14,video:[0,24,13,31,16,17,34],compat:[21,6,8,30],index:[13,17,31],what:[1,14,3,11,16,33,8],diag:[21,20,8],section:11,loadbg:[21,11,31,8],"while":34,current:[0,24,10,20,12,32,34],version:[21,8,30],"new":[33,14,6,8,3],method:14,contrast:[21,17,8],gener:[4,11,8],j2k:[],studio:1,path:30,sinc:[10,6],valu:[17,14,0,6,34],wait:[32,0],step:14,behav:6,action:6,extrem:1,implement:[6,12],chanc:14,useful:23,appli:6,transit:[11,31,8],filenam:[0,30,12,32,8,34],visibl:[14,6],highli:16,from:[14,20,31,30],would:14,memori:14,doubl:17,two:[11,24,8],next:[21,14,8],call:[21,14,31,8,34],recommend:16,type:16,until:14,more:[11,14,16],qualiti:16,flag:14,indic:6,must:14,graphic:[6,14,21,11,23,8],retriev:[21,23,8],prepar:[14,31],work:[1,8],histori:[27,8],can:[0,1,11,23,16,8,34],unread:6,control:[21,14],casparcg:[19,33,1,10,21,14,3,4,11,6,23,17,8,34],stream:17,backslash:6,key_onli:[32,0,8],high:16,want:[14,6],keep:6,cours:16,multipl:14,anoth:6,length:[13,31,8,34],how:[11,1,8],fastdecod:[16,12],actionscript:14,instead:17,config:[11,17,8,30],blackmag:13,"128k":12,updat:[21,14,8],max:17,after:34,buffer_depth:[0,8],date:3,end:[13,34],data:[6,30,21,14,23,8],correspond:16,produc:[24,13,28,30,5,31,18,8,34],caus:0,inform:[21,14,6,8,30],allow:23,enter:6,fallback:[10,11],order:[17,6],movi:[30,34],move:31,jpeg:[],through:34,myfil:16,paramet:[0,22,28,12,13,14,6,31,16,32,8,34],some:[14,23,16],disconnect:20,directli:[10,14],duplex:1,late:[0,24],window:[11,20,8],main:21,might:[14,23],anim:[11,14,8],recal:23,thei:6,auto:31,number:34,"break":[21,6,8],introduct:[33,8,3],name:[13,23,6],vcodec:[16,12],drop:0,separ:[11,6,8],slide:[11,31],mode:[13,0,17,24,34],each:[14,6],found:[11,6],continu:14,my_video:31,meta:30,event:6,special:[21,6,8],out:14,carriag:6,space:6,open:20,content:8,"100p":34,pix_fmt:16,foreground:31,"goto":[21,14,8],advanc:[21,11],decklink:[0,1,22,28,4,13,31,8],ask:[4,8],org:34,card:[11,1,8],ati:11,filter:[13,34,31,8,28],my_table_templ:30,unabl:10,my_data:23,assign:23,frequent:[4,8],first:31,info:[21,14,8,30],render:[10,17,24],feel:16,misc:[21,20,8],scene:14,alreadi:16,dvvideo:16,miss:6,size:[16,34],differ:14,start:[11,31,16,8,34],licens:[27,8],system:[22,10,7,8,30],attach:[13,32,0],illeg:6,termin:6,conveni:23,store:[21,14,23,8],consol:[11,8],option:[11,1,16,12],tool:14,specifi:[30,14,6,31,16,17],sync:[32,0,24],broadcast:23,enclos:6,somewhat:16,gpu:[10,8],quad:[1,8],textfield:14,than:14,png:[],kind:[11,8],target:12,aac:12,provid:[13,14,6,31,16],remov:[12,21,14,31,16,8],bitrat:16,multibridg:1,charact:6,matter:6,clip:[21,17,31,8],pro:1,argument:16,have:[1,12,11,23,16,34],need:[6,16],seek:[31,8,34],issu:30,min:17,"64mb":34,note:[11,17,12],mix:[11,31],exampl:[0,23,20,12,13,14,6,31,30,32,17,34],build:14,which:[0,13,11,16,32,34],noth:34,channel:[20,30,13,14,31,16,17],bye:[21,20,8],normal:0,buffer:[0,34],previou:6,compress:24,svtnew:14,most:6,plai:[14,21,13,11,31,8,34],preset:[16,12],brigth:[21,17,8],"class":14,vicdeo:16,bug:[29,8],clear:[21,14,6,31,17,8],doe:[10,1,14],"0x0d":6,satur:[21,17,8],blend:[21,17,8],"0x0a":6,mostli:6,show:14,channl:30,text:14,syntax:[0,20,12,13,14,23,31,30,16,32,17,34],bright:17,find:[11,8],xml:[14,6,30],onli:[32,10,0,1,11],execut:[6,31],copyright:[9,8],configur:[0,1,30,13,11,32,8,34],activ:17,state:14,underflow:34,latenc:[0,8],templat:[24,6,30,21,14,23,8],count:34,get:[11,6,1,14,8],libx264:[16,12],stop:[21,14,31,16,8],templatedata:14,libavfilt:[13,34],nativ:1,report:[29,8],easeinesin:31,requir:[14,17],ffmpeg:[0,28,12,16,32,8,34],enabl:[32,0],"default":[0,10,14,6,31,16,32],crf:[16,12],contain:[6,16],keyer:[21,17,0,8],where:[11,16,8],andersson:14,set:[13,0,34],commandlin:16,frame:[0,24,12,13,31,32,34],packet:34,see:[14,17,31,16],bare:6,linefe:6,fail:6,kei:[0,1,11,32,17,8],correctli:14,label:14,behind:14,won:14,between:[32,0,31,24],parent:13,h264:16,screen:[22,11,8,2],extens:[24,16],valid:6,addit:31,both:[31,6,1,8],opac:[21,17,8],howev:1,equal:17,instanc:14,whole:6,load:[21,11,31,14,8],acceler:[10,8],simpli:16,point:34,tga:[],suppli:14,respect:31,better:11,duo:1,quotat:6,devic:[0,1,10,13,11,32,8],due:30,empti:[11,6,8],mark:6,compon:[14,30],trigger:14,basic:[21,31,8],acodec:[16,12],adob:14,imag:[26,28,22,5,18,8],resolut:17,ani:[14,6],bmp:[],"case":6,multi:16,ident:17,look:14,durat:[17,31],defin:11,invok:[21,14,24,8],abov:[14,17,16],error:[21,6,8],ultra:1,loop:[31,8,34],layer:[14,17,31,30],insensit:6,advantag:16,readi:[24,34],demo:14,jpg:[],video_channel:6,player:14,hflip:[13,31,34],"return":[6,30,21,14,23,8,34],sever:6,develop:14,cinf:[21,8,30],media:[24,28,30,21,6,8,34],make:14,same:12,shorter:23,tutori:[19,8],decod:[32,0,12,34],document:[25,11,16,14,8],pal:13,complet:[14,34],optim:16,mov:[31,16,12],"1280x720":12,user:16,extern:[0,1,8],chang:[21,17,6,8,34],tune:[16,12],appropri:16,older:30,spent:[32,0,24,12,34],without:34,client:[21,6,8,30],command:[24,23,20,14,30,21,11,6,31,16,17,8,34],playout:31,thi:[23,14,0,6,34],choos:16,model:13,audio:[0,10,7,22,16,32,8],left:31,comment:11,protocol:[21,6],paus:[21,31,8],just:14,templatehost:30,dnxhd:[31,16],shuttl:1,languag:6,cut:31,also:[11,6,16],param:24,add:[0,12,21,14,31,16,32,8],codec:[31,16],sampler:16,input:[17,1,8,34],save:[14,23],pixel_format:16,take:[14,16],march:3,format:[13,14,16,8,30],read:30,piec:6,discreet:14,grid:[21,17,8],background:31,tick:[32,0,24],presum:6,like:14,activex:14,success:[21,6,8],signal:[10,8],server:[20,6,30,21,23,8],either:[14,1],output:[0,1,11,31,17,8],amd:11,www:34,right:31,captur:10,ascend:17,understood:6,intern:[6,0,1,8],stage3d:[10,8],embedded_audio:[32,0,8],unless:14,start_intro:14,librari:34,scale:[0,24,12,32,17,34],bottom:11,though:16,achiev:6,larg:23,overlai:17,refer:[21,14,8],core:16,run:[19,20,16,8,30],host:[14,24],isn:[10,8],fulli:11,about:[25,14,6,8,30],actual:14,commun:[21,6,8],mixer:[21,11,17,8],cadenc:0,yadif:[13,34],you:[1,6,14,11,23,16],"2x2":17,disabl:[32,0],gamma:17,own:14,tiff:[],encod:[6,16],dataset:[14,23],componentdata:14,been:[6,12],framer:16,nikla:14,swf:24,your:14,fill:[0,21,11,32,17,8],wai:[14,6],support:[1,24,28,10,12,11,8,34],question:[4,8],transform:17,"long":6,custom:[11,14],avail:[11,23,1,16],gif:[],much:23,low:0,"function":[34,31,8,28],mediafil:30,skip:[24,34],line:6,inlin:14,"true":[32,11,0,1,14],sdi:[10,1,8],reset:17,utf:6,possibl:[11,14],whether:34,displai:[0,20,14,23,31,32],amcp:[21,6,8],below:14,embed:[10,0,32,8],creat:[11,17,14],"int":[0,30,13,14,31,32,17,34],descript:[32,0,24,12,34],doesn:6,diagnost:[0,24,22,20,12,13,32,34,8,28],intro:14,file:[19,24,22,30,13,11,6,31,12,16,8,34],home:16,probabl:11,titl:[],when:[11,23,14,8],depth:0,channel_grid:[21,20,8],other:16,futur:11,test:[14,12],tif:[],node:14,sequenc:[21,6,8],why:[10,8],intens:1,escap:[14,6],bluefish:[0,4,22,15,32,8],mask:17,scroll:[5,8,28],mimic:[],time:[0,24,12,23,32,34],push:[11,31],ultrafast:[16,12],backward:[21,6,8],cpu:[10,11,16]},objtypes:{},titles:["1. Decklink Consumer","Decklink FAQ","3. Screen Consumer","What&#8217;s New in CasparCG","CasparCG Frequently Asked Questions","4. Image Scroll Producer","1. Communication","4. System Audio Consumer","CasparCG Documentation Contents","Copyright","Flash FAQ","General CasparCG FAQ","5. File Consumer","5. Decklink Producer","6. Template Graphics Commands","Bluefish FAQ","Running the File Consumer","8. Mixer Commands","3. Image Producer","CasparCG Tutorials","10. Misc Commands","AMCP 2.0 Reference","Consumers","7. Data Commands","2. Flash Producer","About these documents","6. Image Consumer","History and License","Producers","Reporting Bugs","9. Query Commands","5. Basic Commands","2. Bluefish Consumer","What&#8217;s New in CasparCG 2.0","1. FFMPEG Producer"],objnames:{},filenames:["consumers/decklink","faq/decklink","consumers/screen","whatsnew/index","faq/index","producers/image-scroll","amcp/introduction","consumers/system-audio","contents","copyright","faq/flash","faq/general","consumers/file","producers/decklink","amcp/template-graphics-commands","faq/bluefish","tutorial/file-consumer","amcp/mixer-commands","producers/image","tutorial/index","amcp/misc-commands","amcp/index","consumers/index","amcp/data-commands","producers/flash","about","consumers/image","license","producers/index","bugs","amcp/query-commands","amcp/basic-commands","consumers/bluefish","whatsnew/2_0","producers/ffmpeg"]})
\ No newline at end of file
+Search.setIndex({objects:{},terms:{all:[20,14,30,11,6,31,12,16,17,8,34],code:[21,6,8],queri:[21,8,30,34],consum:[19,0,1,26,12,22,11,31,2,16,7,32,8],four:1,disc:[],follow:[14,16],disk:[],decid:[],graph:[32,0,24,12,34],flash:[24,28,10,30,4,13,14,8],send:[10,14,16],tween:[17,31],program:6,swap:[21,31,8],under:[14,23],sent:14,string:[23,12,13,14,6,31,30,17,34],fals:[32,0],"void":14,faq:[1,10,4,11,15,8],distort:0,volum:[21,17,8],prore:16,wipe:[11,31],tri:[],level:[21,17,8],list:[21,23,8,30],direct:31,jump:14,video:[0,24,13,31,16,17,34],compat:[21,6,8,30],index:[13,17,31,16],what:[1,14,3,11,33,8],diag:[21,20,8],section:11,loadbg:[21,11,31,8],invok:[21,14,24,8],current:[0,24,10,20,12,32,34],version:[21,8,30],"new":[33,14,6,8,3],method:14,deduc:16,gener:[4,11,8],j2k:[],studio:1,path:30,sinc:[10,6],valu:[17,14,0,6,34],wait:[32,0],host:[14,24],behav:6,action:6,extrem:1,implement:[6,16,12],chanc:14,useful:23,appli:6,transit:[11,31,8],filenam:[0,30,12,32,8,34],visibl:[14,6],highli:[],from:[14,20,31,16,30],would:14,memori:14,doubl:17,two:[11,24,8],next:[21,14,8],call:[21,14,31,8,34],recommend:[],type:[],until:14,more:[11,14,16],qualiti:16,flag:14,indic:6,must:14,graphic:[6,14,21,11,23,8],retriev:[21,23,8],prepar:[14,31],work:[1,8],uniqu:16,histori:[27,8],can:[0,1,11,23,8,34],unread:6,control:[21,14],casparcg:[19,33,1,10,21,14,3,4,11,6,23,17,8,34],stream:17,backslash:6,key_onli:[32,0,8],high:16,want:[14,6],ati:11,cours:[],multipl:[14,16],anoth:[6,16],my_table_templ:30,write:16,how:[11,1,8],fastdecod:[16,12],actionscript:14,instead:17,config:[11,17,8,30],blackmag:13,"128k":12,updat:[21,14,8],max:17,after:34,buffer_depth:[0,8],date:3,end:[13,34],data:[6,30,21,14,23,8],correspond:[],disabl:[32,0],issu:30,inform:[21,14,6,8,30],allow:23,enter:6,fallback:[10,11],order:[17,6,16],movi:[30,34],move:31,jpeg:[],through:34,myfil:16,paramet:[0,22,28,12,13,14,6,31,16,32,8,34],disconnect:20,directli:[10,14],duplex:1,late:[0,24],window:[11,20,8],main:21,might:[14,23],anim:[11,14,8],recal:23,thei:6,auto:31,number:34,"break":[21,6,8],introduct:[33,8,3],name:[13,23,6],vcodec:[16,12],drop:0,separ:[11,6,8],slide:[11,31],mode:[13,0,17,24,34],each:[14,6],found:[11,6],continu:14,my_video:31,meta:30,event:6,special:[21,6,8],out:14,space:6,open:20,content:8,"100p":34,pix_fmt:16,foreground:31,"goto":[21,14,8],advanc:[21,11],decklink:[0,1,22,28,4,13,31,8],ask:[4,8],org:[16,34],card:[11,1,8],mimic:[],success:[21,6,8],keep:6,filter:[13,34,31,8,28],length:[13,31,8,34],unabl:10,my_data:23,assign:23,frequent:[4,8],first:31,info:[21,14,8,30],render:[10,17,24],feel:[],misc:[21,20,8],scene:14,alreadi:16,dvvideo:16,miss:6,size:[16,34],differ:14,gif:[],licens:[27,8],system:[22,10,7,8,30],attach:[13,32,0],illeg:6,termin:6,conveni:23,store:[21,14,23,8],consol:[11,8],option:[11,1,16,12],tool:14,specifi:[17,14,6,31,30],sync:[32,0,24],broadcast:23,enclos:6,mostli:6,gpu:[10,8],quad:[1,8],textfield:14,than:14,png:[],templatedata:14,target:12,aac:12,provid:[13,14,6,31,16],andersson:14,bitrat:16,multibridg:1,charact:6,matter:6,other:[],clip:[21,17,31,8],pro:1,argument:16,have:[1,12,11,23,16,34],need:[6,16],seek:[31,8,34],caus:0,probabl:11,sdi:[10,1,8],min:17,"64mb":34,note:[11,17,16,12],mix:[11,31],exampl:[0,23,20,12,13,14,6,31,30,16,32,17,34],build:14,which:[13,11,0,32,34],mediafil:30,noth:34,channel:[20,30,13,14,31,16,17],bye:[21,20,8],normal:0,buffer:[0,34],previou:6,compress:24,svtnew:14,most:6,plai:[14,21,13,11,31,8,34],preset:[16,12],brigth:[21,17,8],"class":14,vicdeo:16,clear:[21,14,6,31,17,8],doe:[10,1,14],"0x0d":6,blend:[21,17,8],"0x0a":6,somewhat:[],show:14,channl:30,text:14,syntax:[0,20,12,13,14,23,31,30,16,32,17,34],bright:17,find:[11,8],xml:[14,6,30],onli:[32,10,0,1,11],just:14,copyright:[9,8],configur:[0,1,30,13,11,32,8,34],activ:17,state:14,underflow:34,latenc:[0,8],templat:[24,6,30,21,14,23,8],count:34,get:[11,6,1,14,8],libx264:[16,12],stop:[21,14,31,16,8],kind:[11,8],libavfilt:[13,34],nativ:1,report:[29,8],utf:6,requir:[14,17],ffmpeg:[0,28,12,16,32,8,34],enabl:[32,0],whether:34,crf:[16,12],contrast:[21,17,8],contain:[6,16],keyer:[21,17,0,8],where:[11,8],remov:[12,21,14,31,16,8],set:[13,0,34],commandlin:16,frame:[0,24,12,13,31,32,34],packet:34,see:[14,17,31,16],bare:6,linefe:6,fail:6,parent:13,correctli:14,label:14,behind:14,won:14,between:[32,0,31,24],kei:[0,1,11,32,17,8],h264:[],screen:[22,11,8,2],extens:[24,16],addit:31,both:[31,6,1,8],opac:[21,17,8],howev:1,equal:17,instanc:14,whole:6,load:[21,11,31,14,8],acceler:[10,8],simpli:[],point:34,tga:[],suppli:[14,16],respect:31,better:11,duo:1,quotat:6,devic:[0,1,10,13,11,32,8],due:30,empti:[11,6,8],mark:6,compon:[14,30],trigger:14,basic:[21,31,8],acodec:[16,12],adob:14,imag:[26,28,22,5,18,8],resolut:17,ani:[14,6],bmp:[],"case":6,multi:16,ident:17,look:14,durat:[17,31],defin:11,"while":34,abov:[14,17,16],error:[21,6,8],ultra:1,loop:[31,8,34],layer:[14,17,31,30],advantag:16,readi:[24,34],demo:14,jpg:[],video_channel:6,player:14,hflip:[13,31,34],tif:[],"return":[6,30,21,14,23,8,34],sever:6,develop:14,cinf:[21,8,30],media:[24,28,30,21,6,8,34],make:14,same:[16,12],shorter:23,tutori:[19,8],decod:[32,0,12,34],document:[25,11,14,8],pal:13,complet:[14,34],optim:[],piec:6,"1280x720":[16,12],user:[],skip:[24,34],extern:[0,1,8],chang:[21,17,6,8,34],tune:[16,12],appropri:16,older:30,spent:[32,0,24,12,34],without:34,client:[21,6,8,30],command:[24,23,20,14,30,21,11,6,31,16,17,8,34],playout:31,thi:[23,14,0,6,34],choos:[],model:13,audio:[0,10,7,22,16,32,8],left:31,comment:11,protocol:[21,6],paus:[21,31,8],execut:[6,31],templatehost:30,dnxhd:[31,16],shuttl:1,languag:6,cut:31,also:[11,6],param:24,add:[0,12,21,14,31,16,32,8],codec:[31,16],sampler:16,input:[17,1,8,34],save:[14,23],pixel_format:16,take:[14,16],march:3,format:[13,14,16,8,30],read:30,mov:[31,16,12],discreet:14,grid:[21,17,8],background:31,tick:[32,0,24],you:[1,6,14,11,23,16],activex:14,like:14,specif:[14,31],signal:[10,8],server:[20,6,30,21,23,8],either:[14,1],output:[0,1,11,31,17,8],amd:11,www:34,right:31,captur:10,some:[14,23,16],understood:6,intern:[6,0,1,8],stage3d:[10,8],embedded_audio:[32,0,8],unless:14,start_intro:14,librari:34,insensit:6,bottom:11,though:[],achiev:6,larg:23,overlai:17,"1920x1080":16,refer:[21,14,8],core:16,run:[19,20,16,8,30],step:14,isn:[10,8],fulli:11,about:[25,14,6,8,30],actual:14,commun:[21,6,8],mixer:[21,11,17,8],cadenc:0,intens:1,yadif:[13,34],"2x2":17,produc:[24,13,28,30,5,31,18,8,34],gamma:17,own:14,tiff:[],encod:[6,16],automat:16,dataset:[14,23],componentdata:14,been:[6,16,12],framer:16,nikla:14,swf:24,your:14,wai:[14,6],support:[1,24,28,10,12,11,16,8,34],question:[4,8],transform:17,"long":6,custom:[11,14],avail:[11,23,1,16],start:[11,31,16,8,34],much:23,low:0,"function":[34,31,8,28],ascend:17,satur:[21,17,8],line:6,inlin:14,"true":[32,11,0,1,14],bug:[29,8],reset:17,easeinesin:31,possibl:[11,14],"default":[0,10,14,6,31,16,32],displai:[0,20,14,23,31,32],amcp:[21,6,8],below:14,embed:[10,0,32,8],creat:[11,17,14],"int":[0,30,13,14,31,32,17,34],mask:17,doesn:6,diagnost:[0,24,22,20,12,13,32,34,8,28],intro:14,file:[19,24,22,30,13,11,6,31,12,16,8,34],home:[],fill:[0,21,11,32,17,8],titl:[],when:[11,23,14,8],depth:0,channel_grid:[21,20,8],valid:6,futur:11,test:[14,12],presum:6,node:14,sequenc:[21,6,8],why:[10,8],scale:[0,24,12,32,17,34],ultrafast:[16,12],bluefish:[0,4,22,15,32,8],descript:[32,0,24,12,34],cpu:[10,11,16],carriag:6,time:[0,24,12,23,32,34],push:[11,31],escap:[14,6],backward:[21,6,8],scroll:[5,8,28]},objtypes:{},titles:["1. Decklink Consumer","Decklink FAQ","3. Screen Consumer","What&#8217;s New in CasparCG","CasparCG Frequently Asked Questions","4. Image Scroll Producer","1. Communication","4. System Audio Consumer","CasparCG Documentation Contents","Copyright","Flash FAQ","General CasparCG FAQ","5. File Consumer","5. Decklink Producer","6. Template Graphics Commands","Bluefish FAQ","Running the File Consumer","8. Mixer Commands","3. Image Producer","CasparCG Tutorials","10. Misc Commands","AMCP 2.0 Reference","Consumers","7. Data Commands","2. Flash Producer","About these documents","6. Image Consumer","History and License","Producers","Reporting Bugs","9. Query Commands","5. Basic Commands","2. Bluefish Consumer","What&#8217;s New in CasparCG 2.0","1. FFMPEG Producer"],objnames:{},filenames:["consumers/decklink","faq/decklink","consumers/screen","whatsnew/index","faq/index","producers/image-scroll","amcp/introduction","consumers/system-audio","contents","copyright","faq/flash","faq/general","consumers/file","producers/decklink","amcp/template-graphics-commands","faq/bluefish","tutorial/file-consumer","amcp/mixer-commands","producers/image","tutorial/index","amcp/misc-commands","amcp/index","consumers/index","amcp/data-commands","producers/flash","about","consumers/image","license","producers/index","bugs","amcp/query-commands","amcp/basic-commands","consumers/bluefish","whatsnew/2_0","producers/ffmpeg"]})
\ No newline at end of file
index f0c8c91ca403159c05d4a1a513b1df4a258b47e2..fb3ffd45ad2a44e3014c528d1532559dfcb99306 100644 (file)
             
   <div class="section" id="running-the-file-consumer">
 <span id="tut-file"></span><h1>Running the File Consumer<a class="headerlink" href="#running-the-file-consumer" title="Permalink to this headline">ΒΆ</a></h1>
-<p>The disk consumer uses ffmpeg to encode video and ffmpeg users will feel somewhat at home with the commands.</p>
-<p>The encoding will take advantage of multi-core cpus.</p>
-<p>To start the disk consumer you need to send the following command:</p>
+<p>The file consumer uses ffmpeg to encode video.</p>
+<p>The encoding will automatically take advantage of multi-core CPUs.</p>
+<p>To start the file consumer send the following command:</p>
 <div class="highlight-python"><pre>ADD 1 FILE myfile.mov</pre>
 </div>
-<p>Where the file extension will decide the container format and appropriate codec.</p>
-<p>To stop it you simply type:</p>
+<p>If the &#8220;-f&#8221;  or &#8220;-vcodec/-acodec&#8221; option is not supplied then the container format and appropriate codec will be automatically deduced from the file extension.</p>
+<p>To stop writing to the file send:</p>
 <div class="highlight-python"><pre>REMOVE 1 FILE</pre>
 </div>
-<p>The default, and recommended format is H264 which uses the highly optimized libx264 encoder. You can of course also choose what codec to encode to. The file consumer follows commandline arguments syntax used by ffmpeg, see ffmpeg for more options. Some of the available options are:</p>
+<p>The file consumer follows the commandline argument syntax used by ffmpeg, see ffmpeg.org for more options (note, not all options supported by ffmpeg have been implemented). Some of the available options are:</p>
 <div class="highlight-python"><pre>-f // container format
 -vcodec // vicdeo codec
 -pix_fmt // pixel_format
@@ -90,9 +90,17 @@ ADD 1 FILE myfile.mov -vcodec prores
 ADD 1 FILE myfile.mov -vcodec dvvideo
 ADD 1 FILE myfile.mov -vcodec libx264</pre>
 </div>
-<p>For the above formats we have already provided high quality default parameters. Though you can of course also specify other codecs (see the -vcodec option in ffmpeg), and the corresponding options (see ffmpeg documentation):</p>
+<p>For the above formats have already provided high quality default parameters.</p>
+<p>Another example:</p>
 <div class="highlight-python"><pre>ADD 1 FILE myfile.mov -vcodec libx264 -preset ultrafast -tune fastdecode -crf 5</pre>
 </div>
+<p>In order to run multiple file consumers on the same channel you will need to provide a unique consumer index.</p>
+<div class="highlight-python"><pre>ADD 1-0 FILE myfile.mov -s 1920x1080
+ADD 1-1 FILE myfile.mov -s 1280x720
+...
+REMOVE 1-0
+REMOVE 1-1</pre>
+</div>
 </div>
 
 
@@ -151,8 +159,6 @@ ADD 1 FILE myfile.mov -vcodec libx264</pre>
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 2bbbb111e1be01cfb8241baaf49555c9dd6d2bf7..fbedd8600415bde1d4001963203276c8680b0824 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index b2b0d0a1f75fd0fc1e873144c20565bea8fae01e..a7d8539ecc60abbe42e9a3450b04059bd5a08538 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index ebfb1c048ce721bfb3b6e4be66fe53362532110d..adae5ffbbdc244f57b288efaf9ca5e0060ec0ebd 100644 (file)
     <div class="footer">
     &copy; <a href="../copyright.html">Copyright</a> 2011, Robert Nagy (ronag89@gmail.com).
     <br />
-    <a href="http://www.python.org/psf/donations/">Please donate.</a>
-    <br />
     Last updated on Mar 13, 2012.
     <a href="../bugs.html">Found a bug</a>?
     <br />
index 35dc5bfb85cc67aca11dc4f15a7b8c8d1eb26624..237d6afc586216b5476d8d133dea55abafa42cf1 100644 (file)
@@ -16,4 +16,5 @@ Yes, but only using the CPU fallback renderer.
 Why isn't Flash audio embedded into the SDI signal?\r
 ---------------------------------------------------\r
 \r
-CasparCG is currently unable to capture Flash audio since Flash sends audio directly to the system default audio device. 
\ No newline at end of file
+CasparCG is currently unable to capture Flash audio since Flash sends audio directly to the system default audio device. \r
+There have been some successful in capture flash audio using hooks, however work on this issue have been prioritized.
\ No newline at end of file
index 2d716dcb6f35604300cada7a441dce7ff35baa25..2aba9ddf3789c2776d0bd4a9e66e4bdf4996c2e3 100644 (file)
@@ -10,9 +10,9 @@ All available options are defined in the commented <!-- --> section found at the
 When I start CasparCG all I get is an empty console window?
 -----------------------------------------------------------
 
-You probably have an AMD/ATI graphics card which are not fully supported with CasparCG.
+You probably have an AMD/ATI graphics card which are not fully compatible with CasparCG 2.0.
 
-NOTE: Future CasparCG 2.1 has better AMD/ATI support and also a cpu fallback.
+NOTE: The currently "unstable" CasparCG 2.1 has better AMD/ATI support and also a cpu fallback.
 
 How can I get fill and key to two separate outputs? e.g. two screens.
 ---------------------------------------------------------------------