.Net sdk for video editing like Windows Movie Marker

久未见 提交于 2020-01-13 07:25:07

问题


i am currently working on .net application which contains one audio & video file. audio file is split as in to small section as per database entries. then we have to merge this files on video file at specific positions.we what something like windows movie maker

it will be nice if someone suggest some .net based sdk for this.


回答1:


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#.




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/5027753/net-sdk-for-video-editing-like-windows-movie-marker

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