Learn More About This
Directory
Sponsored by Synergium.net,
Software Development Services with a Forward Thinking Approach
76. DirectShow Filters for Multimedia Programming
- www.leadtools.com
- DirectShow enables applications to play files and streams from various sources, including local files and remote files on a network. DirectShow has native compressors and decompressors for some file formats, and many third-party hardware and software decoders are compatible with DirectShow. In addition, DirectShow supports legacy Video for Windows codecs based on the Video Compression Manager (VCM) and Audio Compression Manager (ACM) interfaces. ...
- LEAD DirectShow Filters DirectShow Add DirectShow Filter - Color Correction DirectShow Filter - Crop DirectShow Filter - Emboss DirectShow Filter Gamma DirectShow Filter - Histo-Equalize DirectShow Filter - Mosaic DirectShow Filter - Resize DirectShow Filter Rotate DirectShow Filter YUV Transform .
77. XiphWikiDirectShow
- wiki.xiph.org
- DirectShow .
- DirectShow is Microsofts proprietary multimedia architecture, and uses filter components for processing audio and video data (e. ...
78. MFSM DirectShow Live Input Module
- mfsm.sourceforge.net
- DirectShow Live Input Module.
- This file is the documentation for the MFSM DirectShow Live Input module. ...
- The DirectShow Live Input module follows the interface input model (pull mechanism) with a twist: instead of relying on an external Pulsar cell, the "pulsing" functionality is implemented in the input cell. ...
- // capture device long nDeviceID1=0; std::string strInterfaceName1("DirectShow live input interface"); // capture parameter values float fCaptureRate1=30. ...
- DirectShow Live Input module elements are defined in the dshfi namespace. This section lists all the elements defined in the DirectShow Live Input module, in alphabetical order. ...
- DSHLI_INTERFACE "DirectShow live input interface" .
- Action cell: releases the DirectShow capture graph (if any) held by the specified interface node. ...
- DSHLI_INTERFACE "DirectShow live input interface" INPUT_INTERFACE .
- Frames are queried from the interface's DirectShow graph at time intervals specified by the pulsar delay parameter (64 bit integer, delay in nanoseconds). The COpenDevice cell instanciates and runs a DirectShow graph in the interface, with a capture rate that can be specified, and may be set to correspond to the Input cell's pull rate. ...
- Interface node: holds the DirectShow capture graph that must be instantiated using the COpenDevice cell and released using the CCloseDevice cell. ...
- CCriticalSection m_csGraph : lock for DirectShow graph .
- bool m_bGraphReady : flag for DirectShow graph allocation .
- ISampleGrabber *m_pSampleGrabber : pointer for DirectShow sample grabber filter .
- IMediaControl *m_pControl : pointer for DirectShow capture graph .
79. Mplayer-cvslog CVS: main/loader/DirectShow Makefile,1.2,1.3 cmediasample.cpp,1.1.1.1,1.2 test.c,1.1,1.2
- mplayerhq.hu
- Mplayer-cvslog CVS: main/loader/DirectShow Makefile,1. ...
- Previous message: Mplayer-cvslog CVS: main/loader/DirectShow DS_VideoDec. ...
- Update of /cvsroot/mplayer/main/loader/DirectShow In directory usw-pr-cvs1:/tmp/cvs-serv23725 Modified Files: Makefile cmediasample. ... c Log Message: small cosmetic to avoid gcc warnings Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/loader/DirectShow/Makefile,v retrieving revision 1. ... cpp =================================================================== RCS file: /cvsroot/mplayer/main/loader/DirectShow/cmediasample. ... c =================================================================== RCS file: /cvsroot/mplayer/main/loader/DirectShow/test. ...
- Previous message: Mplayer-cvslog CVS: main/loader/DirectShow DS_VideoDec. ...
80. Video Frame Grabber DirectShow Filter and COM object for C++, Visual Basic, VB .NET, C# and Delphi.
- www.ammtools.com
- Home Software A-Media Scanner DirectShow Filters FrameGrabber MPEG Multiplexer Contact .
- Does your application need to extract snapshots from video files, modify grabbed images, save them as JPEG and BMP files, or pass to another application? Download and try Frame Grabber DirectShow filter (for C++ application) and Frame grabber COM object (for C++, Visual Basic, VB. ...
- MFC application demonstrating usage of Frame Grabber filter in DirectShow graph.
- Not familiar with C++ or DirectShow? Download (zip, 249 KB) simple ActiveX component and Visual Basic demo program with source codes. ...
81. Developer Information - DirectShow
- www.visiomedia.com
- Developer Information - DirectShow.
- DirectShow (formerly known as ActiveMovie) is the successor to Microsoft's Video for Windows architecture. ...
82. DirectShow Filter To rem-conf@es.net
- vcc.urz.tu-dresden.de
- Date Prev Date Next Thread Prev Thread Next Date Index Thread Index DirectShow Filter To rem-conf@es. ...
- Subject: DirectShow Filter To rem-conf@es. ...
- 0 beta 2 DirectShow toolbox I need to implement a DirectShow source filter which reads data from a socket connection and dumps it downstream to some transform filter. ...
83. Osprey Programming Interface (OPI)
- www.mmac.com
- OPI may be the solution for cross-platform multimedia development or the solution for any card functionality that is not supported by industry standard video capture or standards-based interfaces suited to MPEG such as DirectShow. ...
- DirectShow Software Development Kit .
- Osprey Video has developed a DirectShow Software Development Kit (ODSDK) that can be used for DirectShow based application development. The ODSDK provides DirectShow filters for both the MPEG encoding and MPEG decoding functionality as well as for the Osprey-2000's audio/video capture functionality. Using the information provided in the OSDSK Developer's Manual OEM's and System Integrators can write custom software applications that can fully utilize the Osprey-2000 hardware MPEG encoder and MPEG decoder with software and applications developed specifically for Microsofts DirectShow Filter Graph interface model. ...
- The Video Capture is installed with the Microsoft® DirectShow® run time. ...
- Unlike ordinary DirectShow filters, special category filters, such as Video Capture Source filters, can work with more than one device. When DirectShow is installed, it will look for devices installed on your computer that work with the special category filter and list the options in that category. For example, in the Video Capture Source filter category, DirectShow will list all the video capture cards installed on the system. ...
84. # Create a default DirectShow Transform Filter
- www.ifp.uiuc.edu
- 3501 Clean 6 pt 6 pt 0 3 MicrosoftInternetExplorer4 # DirectShow Transform Filter AppWizard.
- It will help to create default transform (or In-Place Transform) filter for video processing using DirectShow (part of Microsoft DirectX); It can be easily changed to do audio processing as well. ... You can select "DirectShow Filter AppWizard" when you new a project in VC 6. ...
- This is an app-wizard for writing DirectShow Transform Filters (including in-place transform filter). ... Microsoft® DirectShow® contains several sample transform filters that perform different kinds of transformations.
- To implement your own filter, you could just create a project using this DirectShow Transform Filter AppWizard and change the code according your own task.
- DirectShow Baseclass: .
- Compile the DXSDK\samples\Multimedia\DirectShow\BaseClasses\BaseClasses. ...
- Generate a DirectShow Filter:.
- To generate a default DirectShow Transform Filter, use VC++ 6. 0 -> File -> New to new a project using the DirectShow Transform Filter AppWizard. ...
- Use DirectShow Transform Filter.
- Choose menu "Graph"->"Insert Filter" to insert the filter you just registered (it should be in "DirectShow Filters" and named as MyFilter Filter) .
85. Agava's DirectShow SDK - Agava's DirectShow Development Site
- dsfilters.agava.com
- Agava's DirectShow SDK .
- We have developed a proprietary ATL-based DirectShow SDK which is much more powerful than Microsoft's standard DirectShow library. ...
- Microsoft's DirectShow library is not based on ATL, which is in our opinion the best C++ COM wrapper. ... Agava's DirectShow SDK is ATL-based and is always up to date. ...
- Creating filters with more than one output and one input pin is complicated with Microsoft's DirectShow library - custom low-level classes have to be created. ...
- Agava's DirectShow SDK has a set of ATL-based template classes, that can be used to create various memory allocators. ...
- Agava's DirectShow SDK has a special Reference Clock object, which can return the current time or execute a signal in a requested period of time. ...
86. DirectShow Developer Q
- www.cs.technion.ac.il
- DirectShow Developer Q & A.
- What is IAsyncReader for and how can I use it? What is CPullPin? What's the difference between stopped, paused and running states in DirectShow? How many threads are there in a typical filter graph? What is g_Templates and why won't my application link without it? The DLL registers OK but the wrong module is registered for my filters. ...
- DirectShow.
- An overview of the DirectShow filter architecture The filter graph manager and plug-in distributors How the filtergraph manager builds graphs Media types Data transports A technical Q & A for developers .
- Most streams in DirectShow use a requested push model. ...
- It's also worth noting that the DirectShow MPEG splitters use IAsyncReader methods to access parts of the file at pin-connection time: IMemInputPin would not provide data until the graph was running (see discussion below on live material).
- What's the difference between stopped, paused and running states in DirectShow?.
- In a DirectShow graph, there are three possible states: stopped, paused and running. ...
- DirectShow filter graphs typically have one thread per stream segment -- that is, one thread would be active on a source filter's output pin and would push data right through the transform filters and into the renderer. ...
- The DirectShow base class library strmbase. ...
- If, however, you are writing an application that uses the DirectShow base classes, you do not need to define this -- you can set g_cTemplates to 0 and then g_Templates will not be referenced.
- This is implemented in a number of places, including the ATL and MFC libraries as well as DirectShow's library. ...
87. Avifile DirectShow support
- www.cybernightdesign.com
- Avifile DirectShow support.
- Previous message: Avifile DirectShow support .
- On Sat, Nov 17, 2001 at 12:09:34PM -0200, Miguel Freitas wrote: > Hi folks, > > I just want to give a "hello" since i ported your DirectShow support > routines into xine player. ...
- Previous message: Avifile DirectShow support .
88. DirectShow Type Library and .NET Interop DLL
- www.kohsuke.org
- DirectShow Type Library and. ...
- I needed to use DirectShow from my C# application. ... Unfortunately, DirectShow didn't seem to come with its type library. ...
- DirectShow Type Library .
89. Essien Research & Development
- www.essien.de
- DirectShow filter to create MPEG-1 and MPEG-2 (also in DVD, SVCD or VCD formats). ...
- DirectEncode DirectShow MPEG Encoding Filter.
- (including DVD, VCD and SVCD profiles) in your DirectShow projects.
- DirectEncode DirectShow based MPEG Encoding Filter. ... The filter can be inserted into DirectShow graphs, and connects to uncompressed RGB32 and PCM pins to create MPEG output. ...
- It uses DirectShow to convert all media files to the AVI format, allowing you to select any codecs available on the system, for both audio and video. ...
- It also uses DirectShow to convert all media files to the WMV format, in any predefined profile, and allows you to define your own custom profile with custom settings. ...
- The full C++ source for the MPEGCreator ActiveX control, showing how to use DES to perform a conversion, and showing how to use plain DirectShow to perform a conversion.
- We are often happy to write you sample code, or even help you out when you have unrelated problems with your DirectShow programming. ...
- The MPEG Encoding filter is fully DirectShow and DirectShow Editing Services (DES) compatible. It has been tested and can be used in various DirectShow based projects, such as for file conversion, or video editing. ...
- Because the filter interacts with DirectShow graphs, input formats can be AVI, WMV/ASF, MPEG1, MPEG2, Quicktime and Real Media. ...
- The filter can be used from any enviroment from which DirectShow works, such as Visual C++, Borland C++, Visual Basic, Borland Delphi, etc. ...
Other
pages with similar relevance:
90. Avifile DirectShow support
- prak.org
- Avifile DirectShow support.
- Previous message: Avifile DirectShow support .
- Next message: Avifile DirectShow support .
- > > win32 loader, acm and vfw api is already c, and now we have directshow > > in c too. the only thing to do is replacing :: by _ in calls to directshow > > api :) > > It's not that simple - I'll have to create also wrapper classes :) why? you have videodecoder. ...
- Previous message: Avifile DirectShow support .
- Next message: Avifile DirectShow support .
91. python-win32 COM DirectShow
- mail.python.org
- python-win32 COM DirectShow .
- Hello , does somebody know if it is possible to instantiate a DirectShow graph (and use it ) from Python? I had no success. ...
92. ARToolkit DirectShow under Windows
- www.hitl.washington.edu
- ARToolkit DirectShow under Windows Search the Archive From: .
- ARToolkit DirectShow under Windows .
- Hi, I'm trying to get the ARToolkit DirectShow (2. ... Is there any good documentation for the ARToolkit under Windows besides the stuff on the Download page? By the way, does anyone know if a VRML DirectShow version of the ARToolkit is going to be released soon? Thanks Patrick Sinclair .
- Re: ARToolkit DirectShow under Windows .
- But as you say, getting into COM objects and directshow is a headache, definately more complex than VFW. ...
- Re: ARToolkit DirectShow under Windows .
93. DXMFilter: DirectShow Wizard for Visual C++, by John McAleely
- www.mcaleely.com
- 0 project for a Microsoft DirectX Media (DirectShow) compatible COM filter. ...
- Within DirectX Media, there are several technologies, and DirectShow is the relevant part for filter writers. DirectShow is intended to provide a way of managing 'streams' of data and (for example) their presentation to the user. You can use DirectX Media and the DirectShow components to play AVI, MPEG and other files. ...
- A custom application that happens to use DirectShow as its architecture, such as a video editing suite. ...
- The Microsoft DirectX Site Including the DirectShow Page. GDCL GDCL was founded by Geraint Davies, DirectShow's original architect. ...
Other
pages with similar relevance:
94. mad-dev DirectShow filter based on MAD
- www.mars.org
- mad-dev DirectShow filter based on MAD .
- Previous message: mad-dev DirectShow filter based on MAD .
- Next message: mad-dev DirectShow filter based on MAD .
- Previous message: mad-dev DirectShow filter based on MAD .
- Next message: mad-dev DirectShow filter based on MAD .
95. directshow : Buy at the best price on Kelkoo -
- search.kelkoo.co.uk
- Searched for "directshow": Showing 1-1 of 1 results (from 1 shop) .
- Home > Results for directshow .
- PROGRAMMING DIRECTSHOW FOR DIGITAL VIDEO, TELEVISION AND DVD - PESCE, M Author: PESCE, M Format: paperback .
96. DirectShow DLL for Visual Basic
- w3studi.informatik.uni-stuttgart.de
- DirectShow DLL for Visual Basic.
- The DirectShow DLL has been adapted to DirectX 7.
- This is the information page for the first release of the DirectShow DLL which I coded to allow video streaming using MS DirectShow to a DirectDraw surface with an already initialized DirectDraw object. ...
- Download DirectShow DLL (file-version 7,0,0,0 ; 15 KB).
- err, DirectShow. ...
97. Direct Show
- c2.com
- DirectShow 1 (formerly Active Movie) is a component of the Microsoft DirectX 8+ family of multi-media APIs. ...
- DirectShow is closely associated with the new WindowsDriverModel? (WDM) supported in Windows98 and WindowsNT 5. ...
98. GNU tools and the DirectShow API
- home.clara.net
- GNU tools and the DirectShow API .
- This page provides some information and source code on using the DirectShow API with the free gcc compiler. ...
- You can (used to be able to) download the SDK, which includes DirectShow, from Microsoft if you have access to enough bandwidth. ...
- Unfortunately, there are some parts of the Microsoft supplied base classes (and even the DirectShow headers) that are not standard C++ compliant. ...
- In the DXSDK/samples/Multimedia/DirectShow/BaseClasses directory: .
- DirectShow Base Class library .
- After fixing the code problems described above, it should be possible to compile the DirectShow base classes. ...
- Here's the sort of command line I ended up with: f:/mingw/bin/gcc \ -g -O2 -w -fno-for-scope -mthreads \ -DRELEASE \ -I d:/DXSDK/include \ -I d:/DXSDK/samples/Multimedia/DirectShow/BaseClasses \ -include mingw_dshow_port. ... o \ d:/DXSDK/samples/Multimedia/DirectShow/BaseClasses/cprop. ...
- For video capture at least, DirectShow is inherently multi-threaded. ...
- The location of the DirectX API headers (including DirectShow). ...
- -I d:/DXSDK/samples/ Multimedia/DirectShow/ BaseClasses .
- This is a good reason to encapsulate any DirectShow code behind a compilation firewall, so that you can compile more of your modules with warnings enabled. ...
99. DFTool.HTM
- hp.vector.co.jp
- DirectShow Filter Tool Version 1. ...
- DirectShow t B ^ ̓o^ Eo^ E b gl ̕ X s c B.
- @DirectShow g \ t g Đ g t B ^( f R _ ) I A b gl ̑ s B A MPEG t @ C Đ AMPEG f R _ o^ A b gl ̑ f R _ I Đ B Đ f R _ A D f R _ gp B b gl I f R _ ΗDx A D f R _ I B.
- DirectShow Filter Tool _ E h .
100. Programming Microsoft DirectShow for Digital Video and Television
- shop.store.yahoo.com
- Microsoft DirectShow is a media-streaming architecture for the Microsoft Windows platform that enables high-quality capture and playback of streaming audio and video. ... Written by a cocreator of the popular VRML 3-D graphics language, this book is ideal for any developer who wants to make the most of the DirectShow API.
Other related topics:
Do you have a great site about DirectShow? Is
your DirectShow site listed here?
Would you like a prefered placement of your site in this directory?
It's easy! First place, the HTML from the box below on your page that
you would like listed in this directory.
Then use our link submission request with
your name, your contact information, and the URL of your site that has
a link to this directory. After we
verify your link to us, we'll make sure your site stays in our directory,
and we'll give it prefered placement here also.
Here is how to make a simple text link to us. Just copy the code in this
box to your website:
We can also develop a custom Guide To The Internet for your site. Please
request your own
custom Guide To The Internet.
This custom Guide To The Internet produced by
Siql, and is licensed for the exclusive use of Synergium.net. To get your site listed here, please contact Synergium.net.
Copyright 1995-2004 by Siql. All
Rights Reserved.