[gnome-video-effects] add new effects by filippo argiolas



commit 9c8a0e8d8f8d4a5651421853b4bbe21b796277ca
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Sun Dec 5 17:44:45 2010 +0100

    add new effects by filippo argiolas
    
    this commit introduces the new gstreamer effects, which can
    be found here:
    http://blogs.gnome.org/fargiolas/2010/08/11/effects-for-everyone/

 effects/Makefile.am            |   10 ++++++++++
 effects/bulge.effect.in        |    5 +++++
 effects/heat.effect.in         |    5 +++++
 effects/kaleidoscope.effect.in |    5 +++++
 effects/mirror.effect.in       |    5 +++++
 effects/pinch.effect.in        |    5 +++++
 effects/sepia.effect.in        |    5 +++++
 effects/square.effect.in       |    5 +++++
 effects/stretch.effect.in      |    5 +++++
 effects/twirl.effect.in        |    5 +++++
 effects/xray.effect.in         |    5 +++++
 11 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/effects/Makefile.am b/effects/Makefile.am
index f40c112..cb70483 100644
--- a/effects/Makefile.am
+++ b/effects/Makefile.am
@@ -3,28 +3,38 @@
 effectsdir = $(datadir)/gnome-video-effects
 effects_in_files = \
 	agingtv.effect.in \
+	bulge.effect.in \
 	cartoon.effect.in \
 	cheguevara.effect.in \
 	chrome.effect.in \
 	dicetv.effect.in \
 	distortion.effect.in \
 	edgetv.effect.in \
+	heat.effect.in \
 	hulk.effect.in \
 	invertion.effect.in \
+	kaleidoscope.effect.in \
 	mauve.effect.in \
+	mirror.effect.in \
 	noir.effect.in \
 	optv.effect.in \
+	pinch.effect.in \
 	quarktv.effect.in \
 	radioactv.effect.in \
 	revtv.effect.in \
 	ripple.effect.in \
 	saturation.effect.in \
+	sepia.effect.in \
 	shagadelictv.effect.in \
 	sobel.effect.in \
+	square.effect.in \
 	streaktv.effect.in \
+	stretch.effect.in \
 	timedelay.effect.in \
+	twirl.effect.in \
 	vertigotv.effect.in \
 	warptv.effect.in \
+	xray.effect.in \
 	$(NULL)
 
 effects_DATA = $(effects_in_files:.effect.in=.effect)
diff --git a/effects/bulge.effect.in b/effects/bulge.effect.in
new file mode 100644
index 0000000..626ef50
--- /dev/null
+++ b/effects/bulge.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=Bulge
+_Comment=Bulges the center of the video
+PipelineDescription=bulge
diff --git a/effects/heat.effect.in b/effects/heat.effect.in
new file mode 100644
index 0000000..11115a0
--- /dev/null
+++ b/effects/heat.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=Heat
+_Comment=Fake heat camera toning
+PipelineDescription=coloreffects preset=heat
diff --git a/effects/kaleidoscope.effect.in b/effects/kaleidoscope.effect.in
new file mode 100644
index 0000000..bd26dc6
--- /dev/null
+++ b/effects/kaleidoscope.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=Kaleidoscope
+_Comment=A triangle Kaleidoscope
+PipelineDescription=kaleidoscope
diff --git a/effects/mirror.effect.in b/effects/mirror.effect.in
new file mode 100644
index 0000000..64978a5
--- /dev/null
+++ b/effects/mirror.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=Mirror
+_Comment=Mirrors the video
+PipelineDescription=mirror
diff --git a/effects/pinch.effect.in b/effects/pinch.effect.in
new file mode 100644
index 0000000..420f2fb
--- /dev/null
+++ b/effects/pinch.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=Pinch
+_Comment=Pinches the center of the video
+PipelineDescription=pinch
diff --git a/effects/sepia.effect.in b/effects/sepia.effect.in
new file mode 100644
index 0000000..90f2862
--- /dev/null
+++ b/effects/sepia.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=Sepia
+_Comment=Sepia toning
+PipelineDescription=coloreffects preset=sepia
diff --git a/effects/square.effect.in b/effects/square.effect.in
new file mode 100644
index 0000000..3f299a5
--- /dev/null
+++ b/effects/square.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=Square
+_Comment=Makes a square out of the center of the video
+PipelineDescription=square
diff --git a/effects/stretch.effect.in b/effects/stretch.effect.in
new file mode 100644
index 0000000..a723e0e
--- /dev/null
+++ b/effects/stretch.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+Name=Stretch
+Comment=Stretches the center of the video
+PipelineDescription=stretch
diff --git a/effects/twirl.effect.in b/effects/twirl.effect.in
new file mode 100644
index 0000000..c0d2e2f
--- /dev/null
+++ b/effects/twirl.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=Twirl
+_Comment=Twirl the center of the video
+PipelineDescription=twirl
diff --git a/effects/xray.effect.in b/effects/xray.effect.in
new file mode 100644
index 0000000..90646b6
--- /dev/null
+++ b/effects/xray.effect.in
@@ -0,0 +1,5 @@
+[Effect]
+Encoding=UTF-8
+_Name=X-Ray
+_Comment=Invert and slightly shade to blue
+PipelineDescription=coloreffects preset=xray



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