Using Movie Maker programmatically or from command line?

僤鯓⒐⒋嵵緔 提交于 2019-12-25 07:18:18

问题


Does anyone know if I can programmatically hook into Movie Maker and therefore make a movie through an API or other form of command line ?

I found this Command-line Options for Windows Movie Maker but there is no export command to export the video.


回答1:


This one would be the official API: http://msdn.microsoft.com/en-us/library/windows/desktop/bb288384(v=vs.85).aspx However I found nothing on exporting either.

http://avisynth.nl/index.php/Main_Page Looks like a powerful alternative though (my guess is you don't mind being stuck on windows anyway in this case).




回答2:


If you don't mind doing some programming and have Windows 7 or later you can use Microsoft Media Foundation: http://msdn.microsoft.com/en-us/library/windows/desktop/ff819476(v=vs.85).aspx



来源:https://stackoverflow.com/questions/15182568/using-movie-maker-programmatically-or-from-command-line

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