Blame README

Packit 46089f
Introduction
Packit 46089f
============
Packit 46089f
Packit 46089f
Writing effects is very easy: just create a file with the extion ".effect" and
Packit 46089f
use the following format for it:
Packit 46089f
Packit 46089f
Packit 46089f
[Effect]
Packit 46089f
Encoding=UTF-8
Packit 46089f
Name=[The human readable effect name]
Packit 46089f
Name[LangCode]=[The translated human readable effect name]
Packit 46089f
...
Packit 46089f
Comment=[Optional Element: Description of the effect]
Packit 46089f
Comment[LangCode]=[Optional Element: Translation of the description of the effect]
Packit 46089f
...
Packit 46089f
Category=[The category of your effect, e.g. "Colors".]
Packit 46089f
PipelineDescription=[A valid GStreamer pipeline]
Packit 46089f
Packit 46089f
Packit 46089f
Possible Effect Categories
Packit 46089f
==========================
Packit 46089f
Packit 46089f
  Analysis
Packit 46089f
  Blur
Packit 46089f
  Colors
Packit 46089f
  Fancy
Packit 46089f
  Geometry
Packit 46089f
  Noise
Packit 46089f
  Time
Packit 46089f
Packit 46089f
Packit 46089f
A sample effect could look like
Packit 46089f
===============================
Packit 46089f
Packit 46089f
[Effect]
Packit 46089f
Encoding=UTF-8
Packit 46089f
Name=The Hulk
Packit 46089f
Name[de]=Der Hulk
Packit 46089f
Name[it]=Lo Hulk
Packit 46089f
Comment=Transform yourself into the amazing Hulk
Packit 46089f
Comment[de]=Verwandle dich in den unglaublichen Hulk
Packit 46089f
Comment[it]=Trasformati in Hulk
Packit 46089f
Category=Color;Fancy;
Packit 46089f
PipelineDescription=videobalance saturation=1.5 hue=-0.5