[gnome-video-effects] add effect comments



commit 9a15def5c2f4f63c7ec3b34583cad52fb7e89f64
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Tue Aug 10 00:52:43 2010 +0200

    add effect comments

 README                         |    8 ++++----
 effects/agingtv.effect.in      |    1 +
 effects/cartoon.effect.in      |    1 +
 effects/cheguevara.effect.in   |    1 +
 effects/chrome.effect.in       |    1 +
 effects/dicetv.effect.in       |    1 +
 effects/distortion.effect.in   |    1 +
 effects/edgetv.effect.in       |    1 +
 effects/hulk.effect.in         |    1 +
 effects/invertion.effect.in    |    1 +
 effects/mauve.effect.in        |    1 +
 effects/noir.effect.in         |    1 +
 effects/optv.effect.in         |    1 +
 effects/quarktv.effect.in      |    1 +
 effects/radioactv.effect.in    |    1 +
 effects/revtv.effect.in        |    1 +
 effects/ripple.effect.in       |    1 +
 effects/saturation.effect.in   |    1 +
 effects/shagadelictv.effect.in |    1 +
 effects/sobel.effect.in        |    1 +
 effects/streaktv.effect.in     |    1 +
 effects/vertigotv.effect.in    |    1 +
 effects/warptv.effect.in       |    1 +
 23 files changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 9d02bd7..9fb3269 100644
--- a/README
+++ b/README
@@ -10,11 +10,11 @@ Encoding=UTF-8
 Name=[The human readable effect name]
 Name[LangCode]=[The translated human readable effect name]
 ...
-PipelineDescription=[A valid GStreamer pipeline]
-Category=[The category of your effect, e.g. "Colors".]
 Comment=[Optional Element: Description of the effect]
 Comment[LangCode]=[Optional Element: Translation of the description of the effect]
 ...
+Category=[The category of your effect, e.g. "Colors".]
+PipelineDescription=[A valid GStreamer pipeline]
 
 
 Possible Effect Categories
@@ -37,8 +37,8 @@ Encoding=UTF-8
 Name=The Hulk
 Name[de]=Der Hulk
 Name[it]=Lo Hulk
-PipelineDescription=videobalance saturation=1.5 hue=-0.5
-Category=Color;Fancy;
 Comment=Transform yourself into the amazing Hulk
 Comment[de]=Verwandle dich in den unglaublichen Hulk
 Comment[it]=Trasformati in Hulk
+Category=Color;Fancy;
+PipelineDescription=videobalance saturation=1.5 hue=-0.5
diff --git a/effects/agingtv.effect.in b/effects/agingtv.effect.in
index a3b6266..1aa3eba 100644
--- a/effects/agingtv.effect.in
+++ b/effects/agingtv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Historical
+_Comment=Add age to video input using scratches and dust
 PipelineDescription=agingtv
diff --git a/effects/cartoon.effect.in b/effects/cartoon.effect.in
index 1d76586..f493458 100644
--- a/effects/cartoon.effect.in
+++ b/effects/cartoon.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Cartoon
+_Comment=Cartoonify video input
 PipelineDescription=frei0r-filter-cartoon
diff --git a/effects/cheguevara.effect.in b/effects/cheguevara.effect.in
index 4f81be9..c187c00 100644
--- a/effects/cheguevara.effect.in
+++ b/effects/cheguevara.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Che Guevara
+_Comment=Transform video input into typical Che Guevara style
 PipelineDescription=frei0r-filter-twolay0r
diff --git a/effects/chrome.effect.in b/effects/chrome.effect.in
index af82dd8..e371c66 100644
--- a/effects/chrome.effect.in
+++ b/effects/chrome.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Chrome
+_Comment=Transform video input into a metallic look
 PipelineDescription=frei0r-filter-color-distance
diff --git a/effects/dicetv.effect.in b/effects/dicetv.effect.in
index ece2ec4..038226a 100644
--- a/effects/dicetv.effect.in
+++ b/effects/dicetv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Dice
+_Comment=Dices the video input into many small squares
 PipelineDescription=dicetv
diff --git a/effects/distortion.effect.in b/effects/distortion.effect.in
index f6922a2..16e03dc 100644
--- a/effects/distortion.effect.in
+++ b/effects/distortion.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Distortion
+_Comment=Distort the video input
 PipelineDescription=frei0r-filter-distort0r
diff --git a/effects/edgetv.effect.in b/effects/edgetv.effect.in
index 296bce2..fdd6dbd 100644
--- a/effects/edgetv.effect.in
+++ b/effects/edgetv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Edge
+_Comment=Display video input like good old low resolution computer way
 PipelineDescription=edgetv
diff --git a/effects/hulk.effect.in b/effects/hulk.effect.in
index dd21220..e9f9e65 100644
--- a/effects/hulk.effect.in
+++ b/effects/hulk.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Hulk
+_Comment=Transform yourself into the amazing Hulk
 PipelineDescription=videobalance saturation=1.5 hue=-0.5
diff --git a/effects/invertion.effect.in b/effects/invertion.effect.in
index 8f4da1c..4443dde 100644
--- a/effects/invertion.effect.in
+++ b/effects/invertion.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Invertion
+_Comment=Invert colors of the video input
 PipelineDescription=frei0r-filter-invert0r
diff --git a/effects/mauve.effect.in b/effects/mauve.effect.in
index 521cd37..72b1bca 100644
--- a/effects/mauve.effect.in
+++ b/effects/mauve.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Mauve
+_Comment=Transform video input into a mauve color
 PipelineDescription=videobalance saturation=1.5 hue=+0.5
diff --git a/effects/noir.effect.in b/effects/noir.effect.in
index 406d4f9..46c4302 100644
--- a/effects/noir.effect.in
+++ b/effects/noir.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Noir/Blanc
+_Comment=Transform video input into grayscale
 PipelineDescription=videobalance saturation=0
diff --git a/effects/optv.effect.in b/effects/optv.effect.in
index c898619..e3b8c2c 100644
--- a/effects/optv.effect.in
+++ b/effects/optv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Optical Illusion
+_Comment=Traditional black-white optical animation
 PipelineDescription=optv
diff --git a/effects/quarktv.effect.in b/effects/quarktv.effect.in
index f75b9e1..0ef4b16 100644
--- a/effects/quarktv.effect.in
+++ b/effects/quarktv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Quark
+_Comment=Dissolves moving objects in the video input
 PipelineDescription=quarktv
diff --git a/effects/radioactv.effect.in b/effects/radioactv.effect.in
index 954a126..4c90443 100644
--- a/effects/radioactv.effect.in
+++ b/effects/radioactv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Radioactive
+_Comment=Detect radioactivity and show it
 PipelineDescription=radioactv
diff --git a/effects/revtv.effect.in b/effects/revtv.effect.in
index f93ca6d..8f95e3a 100644
--- a/effects/revtv.effect.in
+++ b/effects/revtv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Waveform
+_Comment=Transform video input into a waveform monitor
 PipelineDescription=revtv
diff --git a/effects/ripple.effect.in b/effects/ripple.effect.in
index 0d37a02..c254492 100644
--- a/effects/ripple.effect.in
+++ b/effects/ripple.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Ripple
+_Comment=Add the ripple mark effect on the video input
 PipelineDescription=rippletv
diff --git a/effects/saturation.effect.in b/effects/saturation.effect.in
index ac09dd8..b853c69 100644
--- a/effects/saturation.effect.in
+++ b/effects/saturation.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Saturation
+_Comment=Add more saturation to the video input
 PipelineDescription=videobalance saturation=2
diff --git a/effects/shagadelictv.effect.in b/effects/shagadelictv.effect.in
index 5397709..e6494ad 100644
--- a/effects/shagadelictv.effect.in
+++ b/effects/shagadelictv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Shagadelic
+_Comment=Add some hallucination to the video input
 PipelineDescription=shagadelictv
diff --git a/effects/sobel.effect.in b/effects/sobel.effect.in
index 9c781eb..4a98785 100644
--- a/effects/sobel.effect.in
+++ b/effects/sobel.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Sobel
+_Comment=Extracts edges in the video input through using the Sobel operator
 PipelineDescription=frei0r-filter-sobel
diff --git a/effects/streaktv.effect.in b/effects/streaktv.effect.in
index f7b8c50..907dfb9 100644
--- a/effects/streaktv.effect.in
+++ b/effects/streaktv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Kung-Fu
+_Comment=Transform motions into Kung-Fu style
 PipelineDescription=streaktv
diff --git a/effects/vertigotv.effect.in b/effects/vertigotv.effect.in
index 1ff1790..c04cfd7 100644
--- a/effects/vertigotv.effect.in
+++ b/effects/vertigotv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Vertigo
+_Comment=Add a loopback alpha blending effector with rotating and scaling
 PipelineDescription=vertigotv
diff --git a/effects/warptv.effect.in b/effects/warptv.effect.in
index 60a2d67..64e179f 100644
--- a/effects/warptv.effect.in
+++ b/effects/warptv.effect.in
@@ -1,4 +1,5 @@
 [Effect]
 Encoding=UTF-8
 _Name=Warp
+_Comment=Transform video input into realtime goo'ing
 PipelineDescription=warptv



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]