← 返回命令列表

Linux command

gst-discoverer-1.0 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show media file information

gst-discoverer-1.0 [video.mp4]

Show verbose information

gst-discoverer-1.0 -v [video.mp4]

Analyze entire directory

gst-discoverer-1.0 [/path/to/directory]

Analyze from URL

gst-discoverer-1.0 [https://example.com/video.webm]

Show table of contents

gst-discoverer-1.0 -c [video.mp4]

Set timeout

gst-discoverer-1.0 -t [30] [video.mp4]

说明

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.

参数

-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.

FAQ

What is the gst-discoverer-1.0 command used for?

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.

How do I run a basic gst-discoverer-1.0 example?

Run `gst-discoverer-1.0 [video.mp4]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -v, --verbose do in gst-discoverer-1.0?

Output all available information.