LEADTOOLS Support
Multimedia
Multimedia SDK Examples
LEADTOOLS Video/Audio Filter Registration Utility
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, February 20, 2006 5:04:51 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Version: NA
Interface: NA
Sample Type: Download
Development Environment: Visual Studio .NET 2003/MFC
Keywords: Filter, DirectShow, Processor
The attached application is a filter registration utility. It allows you to register a
video are audio processor filter for use in LEADTOOLS Multimedia.
Usage: ltregfilter [/a] [/h] [/r] filter
Options:
-a register filter in audio category
-h display usage help
-r register filter
Arguments:
filter = filter clsid
Samples of usage:
ltregfilter /r /a {C1F400A0-3F08-11D3-9F0B-006008039E37}
-- registers the filter in the audio processors catagory
ltregfilter /a {C1F400A0-3F08-11D3-9F0B-006008039E37}
-- unregister the filter from the audio processors catagory
#2
Posted
:
Wednesday, December 6, 2006 10:02:50 AM(UTC)
Groups: Registered
Posts: 10
How do I determine the clsid of a given codec? I've tried both the name property and the GUID property of the codec's type from the ltmmCaptureCtrl's compressor enumeration, but neither of those is correct.
#3
Posted
:
Thursday, December 7, 2006 6:57:23 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You can use the DirectShow Filter Utility to get the CLSID
for the codecs. The utility is installed with our Multimedia toolkit.
#4
Posted
:
Thursday, December 7, 2006 7:02:53 AM(UTC)
Groups: Registered
Posts: 10
Thanks, Adnan! That was it exactly!
LEADTOOLS Support
Multimedia
Multimedia SDK Examples
LEADTOOLS Video/Audio Filter Registration Utility
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.