开发者

How to use Expression encoder using silverlight

开发者 https://www.devze.com 2023-03-07 02:15 出处:网络
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开发者_运维百科.

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?


use ffmpeg.exe that wil solve your purpose for converting avi to wmv via commandline


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 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]

0

精彩评论

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