gst-typefind(1) User Commands gst-typefind(1)
NAME
gst-typefind - print MIME type of file
SYNOPSIS
gst-typefind [--version] [gst-std-options] file [file...]
DESCRIPTION
gst-typefind uses the GStreamer type-finding system to determine the GStreamer type of the given file(s).
OPTIONS
The following options are supported by gst-typefind:
--version Print GStreamer version number.
gst-std-options Standard options available for use with most GStreamer applications. See gst-std-options(5) for more information.
EXAMPLES
Example 1: Identifying the MIME Type of file.ogg
example% gst-typefind file.ogg
file.ogg - application/ogg
FILES
The following files are used by this application:
/usr/bin/gst-typefind Executable to print MIME type of file
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-media |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO
gst-feedback(1), gst-inspect(1), gst-launch(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.10(3),
attributes(5), gst-std-options(5)
NOTES
Original man page written by the GStreamer team at http://www.gstreamer.net/.
Updated by Brian Cameron, Sun Microsystems Inc., 2004, 2006.
SunOS 5.11 14 Oct 2004 gst-typefind(1)