Hi,

I 'm wondering did anyone used VFW capture driver with WME (Window Media
Encoder) b4.
Cause I'm on the midst testing my driver, but just to make sure go in right
direction !

Thank in advance

wp

Re: Anyone use VFW driver with WME ? by The

The
Wed Aug 18 12:18:55 CDT 2004

On Thu, 19 Aug 2004 00:31:30 +0800, Laksa wrote:

> I 'm wondering did anyone used VFW capture driver with WME (Window Media
> Encoder) b4.
> Cause I'm on the midst testing my driver, but just to make sure go in right
> direction !

Did you read the FAQ?

http://www.microsoft.com/windows/windowsmedia/9series/encoder/faq.aspx?section=DEVICES&question=DEVICES4#NAME_DEVICES

Also, the mmedia newsgroup is not appropriate for this post. There is a
windowsmedia.encoder newsgroup for questions on WME (where I have set the
followup-to).

Anyone use VFW driver with WME ? by Sreeram

Sreeram
Fri Aug 20 23:20:07 CDT 2004

Hi,

Yes. I have developed a VfW driver recently. It works with
WME, Adobe Premiere.

You need to store the buffers that WME is supplying in a
local queue. Once you got DVM_STREAM_START message you
need to supply the buffers to your thread where you are
filling the buffer. I used a double buffering method for
this.

One guess: Are you supplying the timestamp (dwTimeCaptured
member of VIDEOHDR structure)? You need to supply a
timestamp before you do a CALLBACK to the client. Else you
can see a black screen in WME even if everything happens
properly in your driver.

Sreeram.

>-----Original Message-----
>Hi,
>
>I 'm wondering did anyone used VFW capture driver with
WME (Window Media
>Encoder) b4.
>Cause I'm on the midst testing my driver, but just to
make sure go in right
>direction !
>
>Thank in advance
>
>wp
>
>
>
>.
>