Re: Audio/Video synchroniztion in a capture graph



On 3 May 2005 06:11:24 -0700, PixelPusher wrote:


> For #4, what do you suggest?
>
> -Eric
4. Use a better search for the Renderer. Finding filter by name is notg
(it is easier of you clip the items you are refering to, Eric).

Enumerate all the filters in the graph.

Identify filters which have no output pins and one input pin which contains
a PCM Audio stream.


Iain
--
Iain Downs (DirectShow MVP)
Software Product Consultant
www.idcl.co.uk
.



Relevant Pages

  • Re: Finding the real filter filename behind quartz.dll
    ... > So, the question now is, is there a way to get to the CLSIDs of the ... YOu may need to resort to using the ACM SDK methods to enumerate the ACM ... THen there are the DMO filters (though I think you can enumerate these ... Iain Downs ...
    (microsoft.public.win32.programmer.directx.audio)
  • Re: DirectShow: ASF Network Sink/Source Filters
    ... > understand and have read I believe that what I want here is a pair of ASF ... > network sink / network source filters - am I correct in thinking this is the ... > how to implement these filters. ... Iain Downs ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: How to enumerate systems audio filter?
    ... > Sorry,I want to enumerate the DirectShow Audio Effect Filters. ... See the follow sample which can enumerate any DirectShow filter category. ... Prev by Date: ...
    (microsoft.public.win32.programmer.directx.audio)
  • Re: Stepping frame by frame with IMediaDet
    ... You need to look at 'Writing Direct Show Filters', ... Next change the filter to so that when a boolean is set The Transform ... Set the SyncClock to null on the graph. ... Iain Downs ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: Enumerating Directshow filters on WM5
    ... // populate the List of Filters ... bool CWM5FilterListDlg::populateFilters ... HRESULT hr = S_OK; ... // Enumerate the filters ...
    (microsoft.public.win32.programmer.directx.video)

Loading