]> git.sesse.net Git - casparcg/commitdiff
(no commit message)
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Fri, 2 Mar 2012 19:35:48 +0000 (19:35 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Fri, 2 Mar 2012 19:35:48 +0000 (19:35 +0000)
source/mixer-commands.rst

index 325ea1c3954d0e033bb8a8c7a25623a08af7e88a..c885d59ef00fdd70a76ece1b6646ee816be64760 100644 (file)
@@ -20,6 +20,8 @@ Example::
 MIXER BLEND\r
 ===========\r
 \r
+Note: Requires <blend-modes> to be actived in casparcg.config.\r
+\r
 Syntax::\r
 \r
        MIXER\r
@@ -50,6 +52,8 @@ Example::
 MIXER BRIGTHNESS\r
 ================\r
 \r
+Note: Requires <blend-modes> to be actived in casparcg.config.\r
+\r
 Syntax::\r
 \r
        MIXER [channel:int]-[layer:int] BRIGTHNESS [brightness:double] {[tween:string] [duration:int]}\r
@@ -62,6 +66,8 @@ Example::
 MIXER SATURATION\r
 ================\r
 \r
+Note: Requires <blend-modes> to be actived in casparcg.config.\r
+\r
 Syntax::\r
 \r
        MIXER\r
@@ -75,6 +81,8 @@ Example::
 MIXER CONTRAST\r
 ==============\r
 \r
+Note: Requires <blend-modes> to be actived in casparcg.config.\r
+\r
 Syntax::\r
 \r
        MIXER\r
@@ -88,6 +96,8 @@ Example::
 MIXER LEVELS\r
 ============\r
 \r
+Note: Requires <blend-modes> to be actived in casparcg.config.\r
+\r
 Syntax::\r
 \r
        MIXER [channel:int]-[layer:int] SATURATION [min-input:double] [max-input:double] [gamma:double] [min-output:double] [max-output:double] {[tween:string] [duration:int]}\r
@@ -127,7 +137,7 @@ MIXER GRID
 ==========\r
 Creates a grid of video streams in ascending order of the layer index, i.e. if resolution equals 2 then a 2x2 grid of layers will be created.\r
 \r
-       MIXER [channel:int] RID [resolution:int]\r
+       MIXER [channel:int] GRID [resolution:int]\r
                \r
 Example::\r
 \r
@@ -150,6 +160,10 @@ Example::
 MIXER CLEAR\r
 ===========\r
 \r
+Resets all mixer transforms to identity values.\r
+\r
+Note: MIXER BLEND is not reset.\r
+\r
 Syntax::\r
 \r
        MIXER [channel:int]-[layer:int] CLEAR\r