mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
dfb5b3011f
Original commit message from CVS: * ext/libvisual/visual.c: (gst_vis_src_negotiate), (gst_visual_chain), (gst_visual_change_state): update to work also with libvisual 0.4 API * tools/gst-launch-ext.1.in: * tools/gst-visualise.1.in: remove references to old man-pages * tests/examples/seek/seek.c: (main): add real meadi-buttons, add tool-tips for the seek-options, arrange seek options in a table
32 lines
1.2 KiB
Groff
32 lines
1.2 KiB
Groff
.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\-inspect (1),
|
|
.BR gst\-launch (1),
|
|
.SH "AUTHOR"
|
|
The GStreamer team at http://gstreamer.net/
|