aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-04-28 13:30:36 +0200
committerMaZderMind <git@mazdermind.de>2016-04-28 13:30:36 +0200
commit2232c685d32d1358f7cab7d47383b0763f2aa5e3 (patch)
tree04870bb0677a7f40b74647d0d7685864bdd22714 /README.md
parent909084f8b117336da4cf8c50dd5980257a69a4b3 (diff)
more readme wording
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e486f51..5ec4d50 100755
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ The [C3Voc](https://c3voc.de/) creates Lecture Recordings from German Hacker/Ner
The Voctomix Project consists of three parts:
- [Voctocore](./voctocore/), the videomixer core-process that does the actual video- and audio crunching
- [Voctogui](./voctogui/), a GUI implementation in GTK controlling the core's functionality and giving visual feedback of the mixed video
- - Voctomix [Example Scripts](./example-scripts/), a collection of tools and examples on how to talk to the core-process, feeding and receiving video-streams and controlling operations from scripts or command-line
+ - Voctomix [Example Scripts](./example-scripts/), a collection of tools and examples for talking to the core-process, feeding and receiving video-streams and controlling operations from scripts or command-line.
## Installation
Voctomix requires a fairly recent Version of GStreamer (at least 1.5, though we recommend 1.6 and later). This is natively present on [Debian Sid](https://packages.debian.org/sid/libgstreamer1.0-0) and [Ubuntu Wily](http://packages.ubuntu.com/wily/libgstreamer1.0-0). On these Systems it should run out of the Box and we recommend using one of them. A [Docker](http://www.docker.com) image that uses Ubuntu Wily as a base is bundled with Vocomix. Please refer to the seperate [readme](./README_DOCKER.md) how to use the Docker image.