当前基于网络的视频编辑的基本选项有哪些?
我想知道截至 2011 年 4 月,存在哪些选项允许用户将一段视频上传到我们的服务器:
- 通过指示起点和终点来修剪素材
- 捕获特定帧以用作视频的缩略图/快照。
转码没问题 - 我们有各种围绕 ffmpeg
的包装器,它们做得很好 - 但在提供 Web 界面方面,我不知道从哪里开始。
HTML5、Flash 或 Silverlight 选项——我想甚至是 Java 小程序——都值得考虑。开源总是一个好处。
I'm wondering what options exist as of April 2011 for allowing a user to, having uploaded a piece of video to our server:
- Trim the footage by indicating a start and end point
- Capture specific frames to use as a thumbnail / snapshot for the video.
Transcoding is no problem - we have various wrappers around ffmpeg
that are doing this just fine - but in terms of providing a web interface, I'm not sure where to begin.
HTML5, Flash or Silverlight options - or even Java applets, I guess - would all be worth considering. Open source is always a bonus.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们的公司http://www.forbidden.co.uk/ 总部位于英国温布尔登,就是这样做的。我们主要使用java前端到基于云的后端。但也有 Android 版本。
我们的核心业务是专业电视作品的编辑。但我们有各种可能的集成,并执行缩略图和帧提取到 facebook 等操作。
恐怕不是开源的,但我们的很多基础设施都是基于 Linux 的摄取器等。
Our company does this, http://www.forbidden.co.uk/ Based in Wimbledon UK. We mainly use a java frontend to cloud-based backend. But there is an Android version too.
Our core business is editing for professional TV productions. But we have various sorts of possible integration, and do things like thumbnailing and frame extraction into facebook etc.
Not open source I'm afraid, but a lot of our infrastructure is, linux based ingester etc.