deleted>Frq08988 mNo edit summary |
Registered User No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
{{highlight|'''gst-typefind'''}} (gst-typefind-1.0) is a GStreamer command line utility. | {{highlight|'''gst-typefind'''}} (gst-typefind-1.0) is a GStreamer command line utility. | ||
Line 34: | Line 27: | ||
See [http://manpages.ubuntu.com/manpages/bionic/man1/gst-typefind-1.0.1.html gst-typefind man page] for more details and additional options. | See [http://manpages.ubuntu.com/manpages/bionic/man1/gst-typefind-1.0.1.html gst-typefind man page] for more details and additional options. | ||
<noinclude> | |||
{{PublicationRequestId | 7659 | 2018-06-11 | BrunoB}} | |||
[[Category:GStreamer]] | |||
</noinclude> |
Revision as of 10:42, 7 October 2019
1. Overview
gst-typefind (gst-typefind-1.0) is a GStreamer command line utility.
This utility parses a file with multimedia content in order to provide the type of media.
2. Usage
gst-typefind accepts the following options:
gst-typefind-1.0 --help
gst-typefind-1.0 --help
Usage:
gst-typefind-1.0 [OPTION?] FILES
Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gst Show GStreamer Options
Application Options:
--version Print version information and exit
By default a short level of information is given such as mimetype and other key characteristics like with or height of an image file. Example:
gst-typefind-1.0 rose-flower-blossom-bloom-39517.jpeg
rose-flower-blossom-bloom-39517.jpeg - image/jpeg, width=(int)3482, height=(int)2321, sof-marker=(int)0
See gst-typefind man page for more details and additional options.