diff options
author | Richard Boulton <richard@tartarus.org> | 2002-03-02 16:24:00 +0000 |
---|---|---|
committer | Richard Boulton <richard@tartarus.org> | 2002-03-02 16:24:00 +0000 |
commit | 74525d04138618dec891862429ff699c3d341272 (patch) | |
tree | adfe7f1f74acf536cffe217fd9e491ef2aaff193 /tools/gst-visualise.1 | |
parent | 58d346c0c40b7d2a89f17ee9ff78dbe11cab584c (diff) |
Fix a small typo in gst-launch-ext.
Original commit message from CVS:
Fix a small typo in gst-launch-ext.
Add gst-visualise, together with a manpage.
Diffstat (limited to 'tools/gst-visualise.1')
-rw-r--r-- | tools/gst-visualise.1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tools/gst-visualise.1 b/tools/gst-visualise.1 new file mode 100644 index 00000000..f61446ec --- /dev/null +++ b/tools/gst-visualise.1 @@ -0,0 +1,35 @@ +.TH "GStreamer" "1" "February 2002" "" "" +.SH "NAME" +gst\-visualise \- Run a GStreamer pipeline to display an audio visualisation +.SH "SYNOPSIS" +\fBgst\-visualise\fR \fI[visualiser]\fR +.SH "DESCRIPTION" +.LP +\fIgst\-visualise\fP is a tool that is used to run a basic \fIGStreamer\fP pipeline, to display a graphical visualisation of an audio stream. + +By default, the audio stream is read from ESD (the Enlightened Sound Daemon), +but this can be changed by setting the AUDIOSRC parameter in ~/.gst. For +example, you might set "AUDIOSRC=osssrc" to display a visualisation of the +sound input to your soundcard. + +You can select a visualiser by providing a parameter naming the visualiser. +For example: + + gst\-visualise synaesthesia + +will use the synaesthesia plugin. If no visualiser is named, the VISUALIZER +property in ~/.gst will be used. If this is not specified either, the goom +visualiser will be used. + +The videosink to use to display the visualisation will be read from the +VIDEOSINK parameter in ~/.gst, defaulting to sdlvideosink. + +.SH "SEE ALSO" +.BR gst\-launch\-ext (1), +.BR gst\-guilaunch (1), +.BR gst\-complete (1), +.BR gst\-register (1), +.BR gst\-inspect (1), +.BR gst\-launch (1), +.SH "AUTHOR" +The GStreamer team at http://gstreamer.net/ |