AVObjects Smart Tee
From AVObjects Knowledge Base
(Difference between revisions)
Line 1: | Line 1: | ||
− | A replacement of Microsoft's [http://msdn2.microsoft.com/en-us/library/ms787667.aspx Smart Tee] filter. | + | A replacement of Microsoft's Smart Tee DirectShow filter. |
+ | |||
+ | ==Overview== | ||
+ | |||
+ | '''MediaLooks Smart Tee''' replaces Microsoft's [http://msdn2.microsoft.com/en-us/library/ms787667.aspx Smart Tee] filter and adds several interesting features. | ||
==Features== | ==Features== | ||
Line 8: | Line 12: | ||
* Allows to avoid dropping samples on preview pin. | * Allows to avoid dropping samples on preview pin. | ||
* Supports changing mediatype by VMR without the necessity to use additional trans filters (e.g. aligned width or negative height for RGB formats). | * Supports changing mediatype by VMR without the necessity to use additional trans filters (e.g. aligned width or negative height for RGB formats). | ||
+ | |||
+ | [[Category:DirectShow Filters]] |
Revision as of 02:49, 25 October 2007
A replacement of Microsoft's Smart Tee DirectShow filter.
Overview
MediaLooks Smart Tee replaces Microsoft's Smart Tee filter and adds several interesting features.
Features
- Allows to enable or disable the preview when the graph is running.
- Outputs preview samples in a separate thread.
- Allows to keep timestamps on preview samples.
- Allows to avoid dropping samples on preview pin.
- Supports changing mediatype by VMR without the necessity to use additional trans filters (e.g. aligned width or negative height for RGB formats).