开发者

Does anyone have a PowerShell script to batch encode files using Expression Encoder 3?

I have a set of WMV files that I need to convert to H.264. I have Expression Encoder 3 and can开发者_如何学运维 do each through the UI. Just trying to find a script to batch it through PowerShell using the Encoder 3 SDK. Thanks


Try something like:

import-module ExpressionEncoder
ls | Convert-Media -VC1IISSmoothStreamingSD480pVBR -TemplateBlackGlass -Output $home\desktop

Source: http://blog.johndeutscher.com/2009/07/13/expression-encoder-3-0-and-powershell-scripting-the-api/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜