AVMEDIAINFO(1) | General Commands Manual | AVMEDIAINFO(1) |
avmediainfo
—
media analysis tool
avmediainfo |
<media_file> <options> |
avmediainfo
is a tool that can be used to
parse and analyze media files. It is capable of displaying generic
information about the asset related to its tracks, metadata, format
extensions, chunks, and samples. It also warns the user of any errors
encountered while parsing the media file.
<media_file> The media file to be analysed.
<options> Use the options in order to display specific information
regarding the asset.
--formatextensions
--samples
--chunks
--interleave
--integeroffsets
--brief
--help
--metadata
[metadataTypeOptions]--mediatype
[mediatypeOptions]Display all the samples and chunks for the video tracks in a media file:
avmediainfo /tmp/myTestMovie.mov --samples --chunks --mediatype video
Show the interleaving order across chunks, and display all the track level metadata for a media file:
avmediainfo /tmp/myTestMovie.m4v --interleave --metadata track
avmediainfo
command first appeared in Mac
OS X 11.0.
December 18, 2019 | macOS |