简体   繁体   中英

Split and Merge MP4 video

I have a desktop application (mfc) in which now I have to implement split and merge of MP4 videos. I have searched a lot and found almost nothing online. Please help me with some hints on how to proceed and what to use. Splitting and merging should be done on timeline basis and not based on size. Code is in VC++

Can I achieve this with Windows Video Encoder? If yes, how to know about the exposed methods in WME?

DirectShow(现已成为Windows SDK的一部分)提供了编辑服务(EDS),但我建议将ffmpeg( http://ffmpeg.zeranoe.com/builds/ )作为更好的选择,因为它支持更广泛的格式(例如H.264) -http://msdn.microsoft.com/zh-CN/library/windows/desktop/dd390353(v=vs.85 ) .aspx )。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM