File: PyGST_Tutorial.md

package info (click to toggle)
pitivi 2023.03-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,468 kB
  • sloc: python: 33,616; ansic: 104; sh: 82; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# PyGST Tutorial

If the documentation on this wiki is not enough, you can also look at
the [pygstdocs
tutorial](http://pygstdocs.berlios.de/pygst-tutorial/index.html)

## Articles

1.  [Acknowledgements](PyGST_Tutorial/Acknowledgements.md)
2.  [Introduction](PyGST_Tutorial/Introduction.md)
3.  [Getting Started](PyGST_Tutorial/Getting_Started.md)
4.  [Effects](PyGST_Tutorial/Effects.md)
5.  [Combining Audio and
    Video](PyGST_Tutorial/Combining_Audio_and_Video.md)
6.  [States, and the
    Bus](PyGST_Tutorial/States_and_the_Bus.md)

### Creating New Elements

1.  [Elements: basics](PyGST_Tutorial/Elements_basics.md) \*

## Demonstration Listings

1.  [demo.py](demo.py.md)
2.  [simple-effect.py](simple-effect.py.md)
3.  [cross-fade.py](cross-fade.py.md)
4.  [audio\_video.py](audio_video.py.md)
5.  [audio\_video\_crossfade.py](audio_video_crossfade.py.md)
6.  [enhanced\_demo.py](enhanced_demo.py.md) (replaces demo.py
    in later articles)

[Category:Developer
documentation](Category:Developer_documentation.md)