如何使用 silverlight 来使用表达式编码器
我需要创建一个命令行程序来接受 .avi
文件并将其转换为 .wmv
以便我可以使用 Silverlight 显示它。
有谁知道如何将 .avi
文件转换为 .wmv
的示例吗?
I need to create a command-line program that accepts a .avi
file and converts it into a .wmv
so that I can display it using Silverlight.
Does anyone know any examples of how to convert a .avi
file to a .wmv
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 ffmpeg.exe 可以解决您通过命令行将 avi 转换为 wmv 的目的
use ffmpeg.exe that wil solve your purpose for converting avi to wmv via commandline
我不太清楚为什么当 Expression Encoder 可以做到这一点时,您需要创建一个程序为您使用命令行
I am not quite sure why you would need to create a program when Expression Encoder can do it for you using the commandline
Expression Encoder 4 附带一个 SDK,其中包含一个名为 CommandEncoder 的简单命令行程序。您必须使用 Visual Studio 构建 CommandEncoder.exe。
CommandEncoder.exe -m[p][d] [预设] [目标]
Expression Encoder 4 comes with an SDK that includes a simple command line program called CommandEncoder. You have to build the CommandEncoder.exe using Visual Studio.
CommandEncoder.exe -m[p][d] [Preset] [Destination]