tldr/pages.zh/osx/afinfo.md

30 lines
673 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# afinfo
> 显示音频文件元数据Metadata详细信息OS X
> OS X 自带命令。
> 更多信息:<https://keith.github.io/xcode-man-pages/afinfo.1.html>.
- 显示给定音频文件的详细信息:
`afinfo {{路径/到/文件}}`
- 显示简化的音频文件信息(单行):
`afinfo --brief {{路径/到/文件}}`
- 显示音频文件的元数据信息以及其 InfoDictionary 词典:
`afinfo --info {{路径/到/文件}}`
- 以 xml 格式显示音频文件信息:
`afinfo --xml {{路径/到/文件}}`
- 显示警告信息(如存在):
`afinfo --warnings {{路径/到/文件}}`
- 显示完整用法帮助:
`afinfo --help`