Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientCommands ¶ added in v1.9.2
type ClientCommands struct {
MetadataCommands
}
type MetadataCmd ¶
type MetadataCmd struct {
Path string `arg:"" name:"path" type:"existingfile" help:"Path to the media file to extract metadata from."`
}
type MetadataCommands ¶ added in v1.9.2
type MetadataCommands struct {
ProbeMedia ProbeMediaCmd `cmd:"" name:"probe-media" help:"Probe a media file and return its container format, streams, and metadata." group:"METADATA"`
ProbeSource ProbeSourceCmd `` /* 128-byte string literal not displayed */
Metadata MetadataCmd `cmd:"" name:"metadata" help:"Extract container-level metadata from a media file." group:"METADATA"`
}
type ProbeMediaCmd ¶ added in v1.9.2
type ProbeSourceCmd ¶ added in v1.9.2
Click to show internal directories.
Click to hide internal directories.