MAN page from SuSE Other gstreamer-plugins-0.8.11-1.guru.suse92.i686.rpm
GStreamer
Section: (1)
Updated: February 2002
Index NAME
gst-launch-ext - Run a predefined GStreamer pipeline
SYNOPSIS
gst-launch-ext filename [filename...] DESCRIPTION
gst-launch-ext is a tool that is used to run a basic predefined GStreamer pipeline. This application is only used as a quick test to ensure proper working of codecs and GStreamer. It doesn't handle more advancedfeatures like synchronisation.
All supported formats in GStreamer should be playable by simply typing:
gst-launch-ext filename
It will also print out the pipeline it uses, so you can customize it usingcut and paste.
CONFIGURATION
gst-launch-ext can be configured by creating a .gst file in yourhome directory. This is a perl-style configuration file and can overridethe defaults for audio and video output sinks.
Here is an example .gst file that implements the same defaults as hard-codedin the script :
AUDIOSINK = osssinkVIDEOSINK = ffmpegcolorspace ! xvimagesink
You can change osssink to esdsink or alsasink (if you havethe plug-in), and you can change xvimagesink to ximagesink, aasinkor sdlvideosink.
Other plug-ins might be used as well if GStreamer has them.
SEE ALSO
gst-guilaunch(1),
gst-complete(1),
gst-register(1),
gst-inspect(1),
gst-launch(1),
AUTHOR
The GStreamer team at
http://gstreamer.net/
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- CONFIGURATION
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.