如何提取音频/视频文件的持续时间?
我需要找到多种格式的音频和视频文件的持续时间(以毫秒为单位)。我已经搜索了一段时间,但找不到任何可以让我这样做的东西。我在 Linux 中使用 C/++。提前致谢。
I need to find the duration of numerous formats of audio and video files, in milliseconds. I've been searching around for a while, but I can't find anything that will let me do this. I'm using C/++ in Linux. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个 MediaInfo SourceFourge 项目显示此信息。您可以查看其代码。
There is a MediaInfo SourceFourge project that shows this info. You can look in its code for that.