Using Movie Maker programmatically or from command

2019-09-06 16:28发布

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.

2条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-09-06 17:05

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

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-09-06 17:31

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

查看更多
登录 后发表回答