我正在尝试在 C# 中创建将加载视频文件的小型应用程序,例如有 600 帧。我想显示帧并设置开始帧(例如帧号 100)和结束帧(例如帧号 500),应用程序的输出应该是从起点到终点的新视频。我是 EMGU 的新手,所以任何人都可以帮助我实现这一目标。
我计划创建简单的 UI,使用户能够移动开始标记(关于开始帧位置)以及结束标记(关于结束帧位置)。
Loop through the frames you want to keep and use VideoWriter and its method WriteFrame() to write them to a video.
我一直在寻找同样的东西。我刚发现这个: http ://splicer.codeplex.com/
那对你有用吗?
这是另一个来源: http ://blog.kaltura.org/announcing-kalturas-new-clipping-application