2019-12-10 10:29:33 +00:00
|
|
|
# afinfo
|
|
|
|
|
|
|
|
> Audio file metadata parser for OS X.
|
|
|
|
> Built-in command of OS X.
|
2024-01-31 10:20:27 +00:00
|
|
|
> More information: <https://keith.github.io/xcode-man-pages/afinfo.1.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:
|
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`afinfo --brief {{path/to/file}}`
|
2019-12-10 10:29:33 +00:00
|
|
|
|
|
|
|
- Print metadata info and contents of the audio file's InfoDictionary:
|
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`afinfo --info {{path/to/file}}`
|
2019-12-10 10:29:33 +00:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Print output in XML format:
|
2019-12-10 10:29:33 +00:00
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`afinfo --xml {{path/to/file}}`
|
2019-12-10 10:29:33 +00:00
|
|
|
|
|
|
|
- Print warnings for the audio file if any:
|
|
|
|
|
|
|
|
`afinfo --warnings {{path/to/file}}`
|
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help:
|
2019-12-10 10:29:33 +00:00
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`afinfo --help`
|