Hi !

I would like to know if it is possible to create a simulation of a video
capture device in user-mode ?
If not, how to make communicating a kernel-mode (TestCap like) capture
driver with user-mode, win32 apps. ?

My problem :
Windows Media Encoder takes only files or Devices as sources for encoding. I
have a multicast MPEG2 stream over a LAN. I would like to capture IP MPEG2
stream, decode it and send for encoding to a Windows Media Encoder... Have
you any better idea than Driver Development ? Thanks in advance !!!

Re: User Mode Video Capture Device, is it possible ? by Maxim

Maxim
Fri Mar 18 03:11:30 CST 2005

> I would like to know if it is possible to create a simulation of a video
> capture device in user-mode ?

Surely. Write a DirectShow component or - simpler - an ancient-style Video for
Windows driver.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com



Re: User Mode Video Capture Device, is it possible ? by Max

Max
Fri Mar 18 16:04:50 CST 2005

Yes, it is possible.
I've done on multiple occasions. Worked fine.

-- Max.


"Maxime Topolov" <m_topoloff@yahoo.fr> wrote in message
news:E49C92F3-921A-459A-B53D-882CF1CF556F@microsoft.com...
> Hi !
>
> I would like to know if it is possible to create a simulation of a video
> capture device in user-mode ?
> If not, how to make communicating a kernel-mode (TestCap like) capture
> driver with user-mode, win32 apps. ?
>
> My problem :
> Windows Media Encoder takes only files or Devices as sources for encoding.
> I
> have a multicast MPEG2 stream over a LAN. I would like to capture IP MPEG2
> stream, decode it and send for encoding to a Windows Media Encoder... Have
> you any better idea than Driver Development ? Thanks in advance !!!



Re: User Mode Video Capture Device, is it possible ? by m_topoloff

m_topoloff
Mon Mar 21 06:35:02 CST 2005

Ok. What SDK should I use ? How did you do it ?

"Max Paklin" wrote:

> Yes, it is possible.
> I've done on multiple occasions. Worked fine.
>
> -- Max.
>
>
> "Maxime Topolov" <m_topoloff@yahoo.fr> wrote in message
> news:E49C92F3-921A-459A-B53D-882CF1CF556F@microsoft.com...
> > Hi !
> >
> > I would like to know if it is possible to create a simulation of a video
> > capture device in user-mode ?
> > If not, how to make communicating a kernel-mode (TestCap like) capture
> > driver with user-mode, win32 apps. ?
> >
> > My problem :
> > Windows Media Encoder takes only files or Devices as sources for encoding.
> > I
> > have a multicast MPEG2 stream over a LAN. I would like to capture IP MPEG2
> > stream, decode it and send for encoding to a Windows Media Encoder... Have
> > you any better idea than Driver Development ? Thanks in advance !!!
>
>
>

Re: User Mode Video Capture Device, is it possible ? by Max

Max
Mon Mar 21 12:35:10 CST 2005

You use DX SDK.
You have to learn DirectShow and eventually have to create a filter that
supports interfaces that KS proxy exposes and register that filter under
category where you want it to show up.

-- Max.



"Maxime Topolov" <m_topoloff@yahoo.fr> wrote in message
news:A6D03F11-C7C3-494D-BF96-EAB65D2BEF1C@microsoft.com...
> Ok. What SDK should I use ? How did you do it ?
>
> "Max Paklin" wrote:
>
>> Yes, it is possible.
>> I've done on multiple occasions. Worked fine.
>>
>> -- Max.
>>
>>
>> "Maxime Topolov" <m_topoloff@yahoo.fr> wrote in message
>> news:E49C92F3-921A-459A-B53D-882CF1CF556F@microsoft.com...
>> > Hi !
>> >
>> > I would like to know if it is possible to create a simulation of a
>> > video
>> > capture device in user-mode ?
>> > If not, how to make communicating a kernel-mode (TestCap like) capture
>> > driver with user-mode, win32 apps. ?
>> >
>> > My problem :
>> > Windows Media Encoder takes only files or Devices as sources for
>> > encoding.
>> > I
>> > have a multicast MPEG2 stream over a LAN. I would like to capture IP
>> > MPEG2
>> > stream, decode it and send for encoding to a Windows Media Encoder...
>> > Have
>> > you any better idea than Driver Development ? Thanks in advance !!!
>>
>>
>>