Query: gst-launch-ext
OS: redhat
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GStreamer(1) GStreamer(1)NAMEgst-launch-ext - Run a predefined GStreamer pipelineSYNOPSISgst-launch-ext filename [filename...]DESCRIPTIONgst-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 advanced features 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 using cut and paste.CONFIGURATIONgst-launch-ext can be configured by creating a .gst file in your home directory. This is a perl-style configuration file and can override the defaults for audio and video output sinks. Here is an example .gst file that implements the same defaults as hard-coded in the script : $cfg{AUDIOSINK} = "osssink"; $cfg{VIDEOSINK} = "colorspace ! xvideosink"; You can change osssink to any of esdsink, alsasink, jacksink (if you have the plug-in), and you can change xvideosink to aasink or sdlvideosink. Other plug-ins might be used as well if GStreamer has them.SEE ALSOgst-guilaunch(1), gst-complete(1), gst-register(1), gst-inspect(1), gst-launch(1),AUTHORThe GStreamer team at http://gstreamer.net/ February 2002 GStreamer(1)
Related Man Pages |
---|
gst-launch-ext(1) - redhat |
gst-launch-ext(1) - sunos |
libgstdataprotocol(3) - sunos |
gst-launch-ext-0.8(1) - sunos |
gst-launch-ext-0.8(1) - suse |
Similar Topics in the Unix Linux Community |
---|
a fiel name with date |
stripp extension from file and use as input.... |
Creation of a script to launch several programs |
How to launch a new process |
Help with test statement |