]> git.sesse.net Git - casparcg/commitdiff
(no commit message)
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 13 Mar 2012 20:39:27 +0000 (20:39 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 13 Mar 2012 20:39:27 +0000 (20:39 +0000)
source/faq/decklink.rst
source/faq/flash.rst [new file with mode: 0644]
source/faq/general.rst
source/faq/index.rst

index 262b23e73127869e9e2fa2753fabb83028a7ed09..6d33b29b13a25d9694930ffbe8b9e9d4dfde050c 100644 (file)
@@ -1,3 +1,49 @@
 ==================
 Decklink FAQ
-==================
\ No newline at end of file
+==================
+
+I can't get both input and output to work on my Decklink card?
+--------------------------------------------------------------
+
+Decklink devices are not duplex and only supports either input or output, not both.
+
+How can I get external key using Decklink Quad?
+-----------------------------------------------
+
+Decklink Quad does not have native support for external-key. However, you can configure CasparCG
+to use one of the four available devices as a key output using the "key-only" option.
+
+::
+
+    <consumer>
+        <decklink>
+            <device>1</device>
+        </decklink>
+        <decklink>
+            <device>2</device>
+            <key-only>true</key-only>
+        </decklink>
+    </consumers>
+    
+What Decklink cards support external and internal key?
+-------------------------------------------------------
+
++----------------------+----------+----------+------+
+| Device               | Internal | External |  HD  |
++======================+==========+==========+======+
+| Intensity Pro        |    no    |    no    |  no  |
++----------------------+----------+----------+------+
+| Intensity Shuttle    |    yes   |    no    |  no  |
++----------------------+----------+----------+------+
+| Decklink SDI         |    yes   |    no    |  no  |
++----------------------+----------+----------+------+
+| Decklink Duo         |    yes   |    no    |  no  |
++----------------------+----------+----------+------+
+| Decklink Studio      |    yes   |    yes   |  no  |
++----------------------+----------+----------+------+
+| Ultra Studio Pro     |    yes   |    yes   |  no  |
++----------------------+----------+----------+------+
+| Decklink HD Extreme  |    yes   |    yes   |  yes |
++----------------------+----------+----------+------+
+| Multibridge Pro      |    yes   |    yes   |  yes |
++----------------------+----------+----------+------+
\ No newline at end of file
diff --git a/source/faq/flash.rst b/source/faq/flash.rst
new file mode 100644 (file)
index 0000000..35dc5bf
--- /dev/null
@@ -0,0 +1,19 @@
+=========\r
+Flash FAQ\r
+=========\r
+\r
+Is Flash GPU acceleration supported?\r
+------------------------------------\r
+\r
+CasparCG does not support GPU acceleration for Flash. \r
+\r
+\r
+Is Stage3D supported?\r
+---------------------\r
+\r
+Yes, but only using the CPU fallback renderer.\r
+\r
+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
index 8f98866d8e1bbf6cff9adc4199fb251f58eea77a..2d716dcb6f35604300cada7a441dce7ff35baa25 100644 (file)
@@ -1,3 +1,39 @@
-==================
+====================
 General CasparCG FAQ
-==================
\ No newline at end of file
+====================
+
+Where can I find the documentation for the configuration file (casparcg.config)?
+--------------------------------------------------------------------------------
+
+All available options are defined in the commented <!-- --> section found at the bottom of the file.
+
+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.
+
+NOTE: Future 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.
+---------------------------------------------------------------------
+
+It is possible to only output key to an output using the "key-only" option.
+
+::
+
+    <consumer>
+        <screen>
+            <device>1</device>
+        </screen>
+        <screen>
+            <device>2</device>
+            <key-only>true</key-only>
+        </screen>
+    </consumers>
+    
+What kind of transition animations are supported?
+-------------------------------------------------
+
+CasparCG can do PUSH, WIPE, SLIDE and MIX using the LOAD, LOADBG and PLAY commands.
+
+It is also possible to create more advanced custom transitions using MIXER commands.
\ No newline at end of file
index 7860bef858269d8489c53cbe54867e21320fb0c1..60ba951621380ddaf96efc827107fc62f650f56b 100644 (file)
@@ -9,4 +9,5 @@
 
    general.rst
    decklink.rst
-   bluefish.rst
\ No newline at end of file
+   bluefish.rst
+   flash.rst
\ No newline at end of file