LinuxCommandLibrary

gst-discoverer-1.0

GStreamer media file metadata analyzer

TLDR

Show media file information
$ gst-discoverer-1.0 [video.mp4]
copy
Show verbose information
$ gst-discoverer-1.0 -v [video.mp4]
copy
Analyze entire directory
$ gst-discoverer-1.0 [/path/to/directory]
copy
Analyze from URL
$ gst-discoverer-1.0 [https://example.com/video.webm]
copy
Show table of contents
$ gst-discoverer-1.0 -c [video.mp4]
copy
Set timeout
$ gst-discoverer-1.0 -t [30] [video.mp4]
copy

SYNOPSIS

gst-discoverer-1.0 [options] file|directory|uri ...

DESCRIPTION

gst-discoverer-1.0 displays metadata and stream information about media files. It analyzes containers, codecs, duration, resolution, sample rates, bitrates, and other properties without playing the file.
The tool is useful for debugging multimedia issues and understanding media structure. It recurses into subdirectories when given a directory path.

PARAMETERS

-v, --verbose

Output all available information.
-a, --async
Use asynchronous code path.
-t, --timeout seconds
Timeout in seconds (default 10).
-c, --toc
Output TOC (chapters and editions).
--help
Print help and exit.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard