Linux unix command gst-launch: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 2: Line 2:


In simple form, a PIPELINE-DESCRIPTION is a list of elements separated by exclamation marks (!). Options may be appended to elements, in the form "option=value". A group of elements surrounded by curly braces {, } will be executed in a separate thread.  
In simple form, a PIPELINE-DESCRIPTION is a list of elements separated by exclamation marks (!). Options may be appended to elements, in the form "option=value". A group of elements surrounded by curly braces {, } will be executed in a separate thread.  


This page presents a wide variety of examples using the gst-launch command using many different available elements for users to test.
This page presents a wide variety of examples using the gst-launch command using many different available elements for users to test.


The examples below assume that you have the correct plug-ins available. In general, "osssink" can be substituted with another audio output plug-in such as "esdsink", "alsasink", or "artsdsink". Likewise, "xvideosink" can be substituted with "sdlvideosink" or "aasink".  
 
The examples assume that you have the correct plug-ins available. In general, "osssink" can be substituted with another audio output plug-in such as "esdsink", "alsasink", or "artsdsink". Likewise, "xvideosink" can be substituted with "sdlvideosink" or "aasink".  
 


This is a proxy page for: http://linux.about.com/library/cmd/blcmdl1_gst-launch.htm
This is a proxy page for: http://linux.about.com/library/cmd/blcmdl1_gst-launch.htm


[[Category:ProxyPage]]
[[Category:ProxyPage]]

Revision as of 15:47, 18 March 2011

gst-launch is a tool that builds and runs basic GStreamer pipelines.

In simple form, a PIPELINE-DESCRIPTION is a list of elements separated by exclamation marks (!). Options may be appended to elements, in the form "option=value". A group of elements surrounded by curly braces {, } will be executed in a separate thread.


This page presents a wide variety of examples using the gst-launch command using many different available elements for users to test.


The examples assume that you have the correct plug-ins available. In general, "osssink" can be substituted with another audio output plug-in such as "esdsink", "alsasink", or "artsdsink". Likewise, "xvideosink" can be substituted with "sdlvideosink" or "aasink".


This is a proxy page for: http://linux.about.com/library/cmd/blcmdl1_gst-launch.htm