avi 文件的元数据

发布于 2024-10-22 04:08:42 字数 235 浏览 2 评论 0原文

我在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

堇年纸鸢 2024-10-29 04:08:42

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文