容器格式
文件格式和容器格式有什么区别?
谢谢你,
What is the difference between File Formats and Container Formats?
Thank You,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
文件格式和容器格式有什么区别?
谢谢你,
What is the difference between File Formats and Container Formats?
Thank You,
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
容器格式是一种文件格式,但它关注的是数据如何存储在文件中,而不是数据是什么。典型的例子是视频容器格式,例如 avi 或 Quicktime。这些指定了视频和音频数据块如何存储在文件中以及描述数据及其编解码器的元数据如何存储在文件中,但它们不描述有关视频和音频数据的实际格式的任何信息。
http://en.wikipedia.org/wiki/Container_format_(digital)
A container format is a file format, but one that concerns itself with how data is stored in the file and not what the data is. Typical examples of this are video container formats such as avi or quicktime. These specify how blocks of video and audio data are stored in the file and how meta data describing the data and it's codecs are stored in the file, but they don't describe anything about the actual format of the video and audio data.
http://en.wikipedia.org/wiki/Container_format_(digital)