Filter with multiple input pin
11 Jun 2006 23:02:47 -0700
HI,
I tried to create a filter with two inputs.I followed infintee sample
from SDK.But Iam facing problems like...
In GetPin Method I added things like
//
CBasePin *CTee::GetPin(int n)
{
if (n < 0)
return NULL ;
// Pin zero is the one and only input pin
if (n == 0)
re ...
|
This newsgroup is no longer active. Please see
Wed, 7 Jun 2006 08:24:31 -0600
This newsgroup is no longer active. Please see
http://tmhare.mvps.org/help.htm#where
to find the active dshow newsgroups and post in the most appropriate one.
--
Microsoft MVPs: http://www.microsoft.com/mvp and
MVPs.org site http://www.mvps.org
My dshow site: http://tmhare.mvps.org ...
|
Great time in France
Wed, 7 Jun 2006 15:27:27 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
MJPG - avi file
Wed, 7 Jun 2006 11:07:16 +0200
How can I create a MJPEG video file from jpeg image sequence?
I'm trying usi AVI function, and 'M' 'J' 'P' 'G' Fourcc, but I can't play
the file I created (Windows media Player raise an exception!)
How I have to set BITMAPINFOHEADER and AVISTREAMINFO ?
Regards,
Gianluca
...
|
060606 This newsgroup is no longer active. Please see
Tue, 6 Jun 2006 10:13:21 -0600
This newsgroup is no longer active. Please see
http://tmhare.mvps.org/help.htm#where
to find the active dshow newsgroups and post in the most appropriate one.
In the future, I recommend you look at a few posts in a newsgroup before
posting in it.
--
Microsoft MVPs: http://www.microsoft.com/mvp ...
|
Video plays in media player but not directshow
6 Jun 2006 08:58:52 -0700
Hi There
I'm trying to render a file using directshow but it fails. Even when I
drag the file to graphedit, it can't kind the audio filters.
Although when I play the video in any video player it plays fine,
suggesting I do have the codecs?? Any ideas as to why this would be??
Carmen
...
|
060531 This newsgroup is no longer active. Please see
Wed, 31 May 2006 13:15:40 -0600
This newsgroup is no longer active. Please see
http://tmhare.mvps.org/help.htm#where
to find the active dshow newsgroups and post in the most appropriate one.
In the future, I recommend you look at a few posts in a newsgroup before
posting in it.
10 blind people have posted here so far this month ...
|
|
|
SBE Problem: StreamBufferSink
31 May 2006 12:09:44 -0700
Hi,
what's wrong in my source code? I'm trying to build the capture step of
StreamBufferEngine.
CoCreateInstance(CLSID_StreamBufferSink, nil, CLSCTX_INPROC_SERVER,
IID_IStreamBufferSink, pBufferSink);
pBufferSink.QueryInterface(IID_IBaseFilter, pSinkF);
AdicionaFiltros(pSinkF, 'SBE Sink');
p ...
|
060526 This newsgroup is no longer active. Please see
Fri, 26 May 2006 06:57:01 -0600
This newsgroup is no longer active. Please see
http://tmhare.mvps.org/help.htm#where
to find the active dshow newsgroups and post in the most appropriate one.
In the future, I recommend you look at a few posts in a newsgroup before
posting in it.
9 blind people have posted here so far this month. ...
|
converting Images into media file
26 May 2006 05:19:18 -0700
Hi All,
I am trying to make a video file which contains sequence of images. But
When I try to add more than three sources, it results in undetermined
behaviour.
for reference i am placing my code here.
REFERENCE_TIME TLStart = 0;
REFERENCE_TIME TLStop = 200000000;
REFERENCE_TIME MediaStart =0;
...
|