473,800 Members | 2,367 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Writing a directshow source filter

How does one go about writing a Directshow Source Filter? Learning
resources and a sample application would be great.

TIA,
--
Anil Gupte
www.keeninc.net
www.icinema.com
Nov 28 '07 #1
4 5619
http://msdn2.microsoft.com/en-us/library/ms783323.aspx
Microsoft.publi c.win32.program mer.directx.vid eo
--
Sheng Jiang
Microsoft MVP in VC++
"Anil Gupte" <an*******@icin ema.comwrote in message
news:e4******** ******@TK2MSFTN GP05.phx.gbl...
How does one go about writing a Directshow Source Filter? Learning
resources and a sample application would be great.

TIA,
--
Anil Gupte
www.keeninc.net
www.icinema.com


Nov 28 '07 #2
Thanx for that. I could not find a sample source filter in the
examples/samples. Any ideas?

Also, I am looking for someone to write this source filter for me. If you
know anyone who wants to bid on at RentACoder.com or Guru.com contact me.
All funds at those sites are escrowed, so if the project is done, there is a
gurranteed payment.

Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com

"Sheng Jiang[MVP]" <sh*********@ho tmail.com.discu sswrote in message
news:OQ******** ******@TK2MSFTN GP05.phx.gbl...
http://msdn2.microsoft.com/en-us/library/ms783323.aspx
Microsoft.publi c.win32.program mer.directx.vid eo
--
Sheng Jiang
Microsoft MVP in VC++
"Anil Gupte" <an*******@icin ema.comwrote in message
news:e4******** ******@TK2MSFTN GP05.phx.gbl...
>How does one go about writing a Directshow Source Filter? Learning
resources and a sample application would be great.

TIA,
--
Anil Gupte
www.keeninc.net
www.icinema.com



Dec 2 '07 #3
There used to be a push source filters sample (CPushSourceDes ktop) in Direct
SDK\Samples\Dir ectShow\Filters or something like that. I haven't been
programming in the multimedia field in several years, so I don't know the
current drectory structure of the DirectX SDK samples.

You may be able to get more help in a directx related newsgroup.
--
Sheng Jiang
Microsoft MVP in VC++
"Anil Gupte" <an*******@icin ema.comwrote in message
news:Of******** ******@TK2MSFTN GP04.phx.gbl...
Thanx for that. I could not find a sample source filter in the
examples/samples. Any ideas?

Also, I am looking for someone to write this source filter for me. If you
know anyone who wants to bid on at RentACoder.com or Guru.com contact me.
All funds at those sites are escrowed, so if the project is done, there is
a
gurranteed payment.

Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com

"Sheng Jiang[MVP]" <sh*********@ho tmail.com.discu sswrote in message
news:OQ******** ******@TK2MSFTN GP05.phx.gbl...
http://msdn2.microsoft.com/en-us/library/ms783323.aspx
Microsoft.publi c.win32.program mer.directx.vid eo
--
Sheng Jiang
Microsoft MVP in VC++
"Anil Gupte" <an*******@icin ema.comwrote in message
news:e4******** ******@TK2MSFTN GP05.phx.gbl...
How does one go about writing a Directshow Source Filter? Learning
resources and a sample application would be great.

TIA,
--
Anil Gupte
www.keeninc.net
www.icinema.com



Dec 3 '07 #4
Thanx for the tip. Can you tell me name of the DirectX forum?

Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com

"Sheng Jiang[MVP]" <sh*********@ho tmail.com.discu sswrote in message
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
There used to be a push source filters sample (CPushSourceDes ktop) in
Direct
SDK\Samples\Dir ectShow\Filters or something like that. I haven't been
programming in the multimedia field in several years, so I don't know the
current drectory structure of the DirectX SDK samples.

You may be able to get more help in a directx related newsgroup.
--
Sheng Jiang
Microsoft MVP in VC++
"Anil Gupte" <an*******@icin ema.comwrote in message
news:Of******** ******@TK2MSFTN GP04.phx.gbl...
>Thanx for that. I could not find a sample source filter in the
examples/samples. Any ideas?

Also, I am looking for someone to write this source filter for me. If
you
know anyone who wants to bid on at RentACoder.com or Guru.com contact me.
All funds at those sites are escrowed, so if the project is done, there
is
a
>gurranteed payment.

Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com

"Sheng Jiang[MVP]" <sh*********@ho tmail.com.discu sswrote in message
news:OQ******* *******@TK2MSFT NGP05.phx.gbl.. .
http://msdn2.microsoft.com/en-us/library/ms783323.aspx
Microsoft.publi c.win32.program mer.directx.vid eo
--
Sheng Jiang
Microsoft MVP in VC++
"Anil Gupte" <an*******@icin ema.comwrote in message
news:e4******** ******@TK2MSFTN GP05.phx.gbl...
How does one go about writing a Directshow Source Filter? Learning
resources and a sample application would be great.

TIA,
--
Anil Gupte
www.keeninc.net
www.icinema.com




Dec 18 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2092
by: pps | last post by:
I've been away from MSFT s/w for a few years... I need to develop some filter and higher-level control code work for MCE 2005. Which development tool environment do I need to get in order to do this? I installed Visual Studio 2005 Express, but it doesn't include ATL (which the DirectShow samples use). So I'm ready to go shell out $$$ to buy the right tool - but I'm not sure what to get - it is not clear from MSFT's site, as they are...
0
4377
by: Kuba Florczyk | last post by:
Hi I'am working on a 3D realtime "video" mixer. For now everything is ok i made video/images/sound mixing in 3D space. But now i draw flash movie on a texture. My question is: how do it? I've got two options: - write directshow filter for SWF files (maybe somebody saw something like
2
1996
by: newbievn | last post by:
The code below is from Microsoft MSDN example for DirectShow: CODE #include <dshow.h> void main(void) { IGraphBuilder *pGraph = NULL; IMediaControl *pControl = NULL;
2
2327
by: Andrew Bullock | last post by:
Hi, I'm trying to use direct show to grab arbitrary frames from a DV .avi. I'm using the PlayWnd code from this example: http://www.codeproject.com/cs/media/directshownet.asp Currently an IGraphBuiler is cast to an IVideoWindow, which is passed the Handle of a picturebox to display the video in.
0
2208
by: michael mazanek | last post by:
Hi all! I'm trying to write a console application which allows me to write out all installed video-codecs. I tried this one: http://windowssdk.msdn.microsoft.com/en-us/library/ms787871.aspx The code is at the end of this post. My question is how do i get the friendly name (human readable) to the console. VarName only delivers some codes.
1
11297
by: =?Utf-8?B?RGFuaCBWbw==?= | last post by:
Can anyone send me a snipper code of how to build DS graph for "File Source (Async.)" filter as intelligent graph builder? Thank you
5
2710
by: Gustavo Arriola | last post by:
Hi! How I can reproduce a file of video using DirectShow? Thanks! Gustavo
1
1279
by: krishnagovindaraj | last post by:
Hi everyone, Could u please suggest me how to integrate DirectShow source filter with web application regards krish
1
2847
by: pgr2007 | last post by:
I have an IP Camera, which gives images in jpeg format and this is the function for obtaining the image. Int32 GetImage(byte data, ref uint size); The image is stored in “data”(byte array). So I need to know 1. How this can be rendered as video using DirectShow? 2. I have to render this to multiple monitor also, so I have to use any particular filter for acheiving this? consider me as a beginner.
0
10276
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10253
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9090
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7580
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6813
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.