avi 文件的元数据
我在Linux中使用od工具通过使用命令
od -c filename.avi
来查看mp3文件和avi文件的元数据对于mp3文件,它显示所有字段即使按顺序也非常正确。但对于 avi 文件,它不显示元数据字段。
avi 和 mp3 文件中元数据字段的存储方式是否有区别?
有人可以告诉我一些提取 avi 文件元数据字段的好方法吗?
I used the od tool in Linux to look the metadata of mp3 files and avi files by using the command
od -c filename.avi
For mp3 files it is showing all the fields very properly even in sequence. But for avi files it is not showing the metadata fields.
Whether is there is any difference in the way the metadata fields are stored in avi and mp3 files?
Can somebody tell me some good way of extracting metadata fields of avi files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GNU lib 提取器可能适合您正在寻找的内容:
http://www.gnu.org/software/libextractor/
GNU lib extractor might be good for what you're looking for:
http://www.gnu.org/software/libextractor/