分段和网络传输可能的视频格式是什么?
我有一个关于远程教育系统的项目,我必须分割视频并通过网络共享。
我的问题是选择什么视频格式更好?在哪里可以找到有关视频格式的一些规范详细信息?
如果我将视频分成几部分,它们是否按顺序排列?(例如:第二个视频帧恰好位于第一个视频帧之后?)
I have a project on distance education system that I have to segment videos and share it through the network.
My question is that what video format is better to choose? and where can I find some specification details about the video format?
If I divide the video into parts, are they arranged in a sequential order?(ex: the 2nd video frame is exactly located after the first one?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您使用 ASP.NET(并假设您在 IIS 上运行它),则可以利用 IIS 媒体服务。您可以查看这篇维基百科文章来比较几种传输平台和格式。
如果您正确分割视频,那么是的,第二个视频的第一帧将相对(由于预测帧)位于第一个视频的最后一帧之后。
If you are using ASP.NET (and assuming you are running it on IIS), you can utilize IIS Media Service. You can check this Wikipedia article for comparision about several delivery platform and formats.
If you split the video properly, then yeah, the first frame of the second video would be relatively (because of predicted frames) after the last frame of the first video.
为了获得出色的空间和带宽,我会从 FLV 开始。
你可以在这里找到一名球员。
http://www.aspnetflashvideo.com/
For the space and bandwidth awesomeness I would start with FLV.
You can get a player here.
http://www.aspnetflashvideo.com/
WebM ,是一种视频编解码器 + 文件格式,专为通过网络流式传输视频而创建。它是免费的(BSD 许可证)代码+文档+标准。
计算占用量低,可在任何设备上进行播放,包括低功耗上网本、手持设备、平板电脑等。*
简单的容器格式
最高质量的实时视频传输
单击并编码。最小编解码器配置文件、子选项;如果可能的话,让编码器做出艰难的选择。
WebM , is a Video codec + file format created created exactly for streaming video over web.It is free(BSD license) code + documentation + standard.
Low computational footprint to enable playback on any device, including low-power netbooks, handhelds, tablets, etc.*
Simple container format
Highest quality real-time video delivery
Click and encode. Minimal codec profiles, sub-options; when possible, let the encoder make the tough choices.