.Net sdk for video editing like Windows Movie Marker

别说谁变了你拦得住时间么 提交于 2019-12-04 21:19:37

You can use ffmpeg for this purpose. But you will need a .net wrapper to make it usable in C#.

You can use ffmpeg-sharp or SolidFFMpeg. its a a wrapper library over the FFmpeg multimedia suite that provides easy to use wrappers for use in C#.

Datastead Software's TVideoGrabber Video SDK has this feature.

"join several video clips and/or audio clips into a single one, in full or by specifying respective start times and end times" http://www.datastead.com/products/tvideograbber/features.html

The engine behind Windows Movie Maker is DirectShow Editing Services. You can use it via DirectShow.NET.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!