2019-12-10 10:29:33 +00:00
|
|
|
# afinfo
|
|
|
|
|
|
|
|
> Audio file metadata parser for OS X.
|
|
|
|
> Built-in command of OS X.
|
2021-08-23 20:33:24 +01:00
|
|
|
> More information: <https://ss64.com/osx/afinfo.html>.
|
2019-12-10 10:29:33 +00:00
|
|
|
|
|
|
|
- Display info of a given audio file:
|
|
|
|
|
|
|
|
`afinfo {{path/to/file}}`
|
|
|
|
|
|
|
|
- Print a one line description of the audio file:
|
|
|
|
|
|
|
|
`afinfo -b {{path/to/file}}`
|
|
|
|
|
|
|
|
- Print metadata info and contents of the audio file's InfoDictionary:
|
|
|
|
|
|
|
|
`afinfo -i {{path/to/file}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Print output in XML format:
|
2019-12-10 10:29:33 +00:00
|
|
|
|
|
|
|
`afinfo -x {{path/to/file}}`
|
|
|
|
|
|
|
|
- Print warnings for the audio file if any:
|
|
|
|
|
|
|
|
`afinfo --warnings {{path/to/file}}`
|
|
|
|
|
|
|
|
- Display help for full usage:
|
|
|
|
|
|
|
|
`afinfo -h`
|