From: tk-3 Date: Tue, 13 Mar 2012 20:47:29 +0000 (+0000) Subject: (no commit message) X-Git-Tag: docs_subtree~10 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=179b9cfc95486b0a31148b3896ad4598beb86f24;p=casparcg --- diff --git a/source/amcp/mixer-commands.rst b/source/amcp/mixer-commands.rst index 291f6a576..cacf78697 100644 --- a/source/amcp/mixer-commands.rst +++ b/source/amcp/mixer-commands.rst @@ -46,7 +46,7 @@ Syntax:: Example:: - >> MIXER 1-1 OPACITY 0.5 + >> MIXER 1-1 OPACITY 0.5 easeinoutquad 30 ================ MIXER BRIGTHNESS @@ -60,7 +60,7 @@ Syntax:: Example:: - >> MIXER 1-1 BRIGTHNESS 0.5 + >> MIXER 1-1 BRIGTHNESS 0.5 easeinoutquad 30 ================ MIXER SATURATION @@ -75,7 +75,7 @@ Syntax:: Example:: - >> MIXER 1-1 SATURATION 0.5 + >> MIXER 1-1 SATURATION 0.5 easeinoutquad 30 ============== MIXER CONTRAST @@ -90,7 +90,7 @@ Syntax:: Example:: - >> MIXER 1-1 CONTRAST 0.5 + >> MIXER 1-1 CONTRAST 0.5 easeinoutquad 30 ============ MIXER LEVELS @@ -100,11 +100,11 @@ Note: Requires to be actived in casparcg.config. Syntax:: - MIXER [channel:int]-[layer:int] SATURATION [min-input:double] [max-input:double] [gamma:double] [min-output:double] [max-output:double] {[tween:string] [duration:int]} + MIXER [channel:int]-[layer:int] LEVELS [min-input:double] [max-input:double] [gamma:double] [min-output:double] [max-output:double] {[tween:string] [duration:int]} Example:: - >> MIXER 1-1 LEVELS 0.1 0.1 1.0 0.9 0.9 + >> MIXER 1-1 LEVELS 0.1 0.1 1.0 0.9 0.9 easeinoutquad 30 ========== MIXER FILL @@ -117,20 +117,20 @@ Syntax:: Example:: - >> MIXER 1-1 FILL 0.25 0.25 0.5 0.5 + >> MIXER 1-1 FILL 0.25 0.25 0.5 0.5 easeinoutquad 30 ========== MIXER CLIP ========== -Masks the video stream on the specified layer. +Crops the video stream on the specified layer. Syntax:: - MIXER [channel:int]-[layer:int] [x:double] [y:double] [x-scale:double] [y-scale:double] {[tween:string] [duration:int]} + MIXER [channel:int]-[layer:int] CLIP [x:double] [y:double] [x-scale:double] [y-scale:double] {[tween:string] [duration:int]} Example:: - >> MIXER 1-1 CLIP 0.25 0.25 0.5 0.5 + >> MIXER 1-1 CLIP 0.25 0.25 0.5 0.5 easeinoutquad 30 ========== MIXER GRID @@ -154,13 +154,14 @@ Syntax:: Example:: - >> MIXER 1-1 VOLUME 0.5 + >> MIXER 1-1 VOLUME 0.5 easeinoutquad 30 =========== MIXER CLEAR =========== -Resets all mixer transforms to identity values. +Resets all mixer transforms to default values. +If a layer index is not specified, transforms for all layers on the channel will be reset. Note: MIXER BLEND is not reset. @@ -171,4 +172,5 @@ Syntax:: Example:: >> MIXER 1-1 CLEAR + >> MIXER 1 CLEAR \ No newline at end of file