windows-media-encoder

Convert a wma to wav programatically with Windows Media Encoder

Has anyone converted a WMA to a WAV using Windows Media Encoder? If so, do you have a short code snippet of how you did it? All samples I've seen have been for WAV to WMA, not the other way around. ...

error to start Windows Media Encoder

Hello everyone, I am using the following code snippet to run on Windows Server 2003 x64 edition. I met with the following error when invoking encoder.start method. I am using Windows Media Encoder 9. System.Runtime.InteropServices.COMException 0xC00D1B67 My code snippet is below, does anyone have any ideas what is wrong? IWMEncSo...

Windows Media Encoder based application deployment issue

Hello everyone, If I develop my application based on Windows Media Encoder 9 Series SDK, and I am using C# + .Net 2.0 + VSTS 2008, how to deploy all necessary dependent files (the ones from Windows Media Encoder 9 and Windows Media Encoder 9 SDK) to another computer without installaing Windows Media Encoder 9 on the target computer? th...

How do I get recorded video from a digital camera

can anyone provide c# code for getting recorded video from camera via windows media encoder. Thanks.. ...

Windows Media Encoder object not created in ASP.NET on MS Server 2003 64 bit

Hello, I created (and used) a Windows Media Encoder object in Microsoft Visual C# 2008 Express Edition on MS Server 2003 64 bit. This worked fine. However, when I attempted to create the equivalent Windows Media Encoder object using Microsoft Visual Web Developer 2008 on MS Server 2003 64 bit, the following exception was thrown: "Ret...

Merging two ASF files

I have an ASF file which contain 8 audios and 1 video. Now i want to merge this file with other of same ASF type. Is it possible to do with windows media SDK. My language is VC++ Please give some help ...

How to input live video Stream to Microsoft Encoder.

There is a facility in Microsoft Encoder to give input from a file or from a device such as webcam for streaming. But i haven't found a way to give live video stream to encoder. i.e. How to make encoder listen to particular UDP port. From which encoder will take input stream and encode it and push to windows media server. Any help will ...

How do I get markers I add to my stream to show up on the actual audio file in Windows Media Encoder 9?

I currently have my custom encoder sending script commands with the stream and when I save it, it preserves the commands sent at whatever time they were sent. However, my issue is that if I drop it into Expression Encoder or any other audio editor to view the markers/script commands, none show up. I know they exist because my custom Silv...