Flash Overlay DirectShow Filter
From AVObjects Knowledge Base
(Difference between revisions)
Line 1: | Line 1: | ||
− | + | <!--RM_ID:35--> | |
+ | {{This|products/directshow_filters/flash_overlay.html}} | ||
+ | |||
+ | DirectShow filter to overlay Flash animation over a video stream. | ||
==Overview== | ==Overview== | ||
Line 5: | Line 8: | ||
* {{dsfilter}} | * {{dsfilter}} | ||
* {{released}} | * {{released}} | ||
+ | * {{dllname}} MLFlashOverlayPXT.dll | ||
* {{download}} {{Flash Overlay: Download}} | * {{download}} {{Flash Overlay: Download}} | ||
− | Similarly to [[Text & Graphics Overlay]], Flash Overlay allows a video stream to be overlayed with Flash. If you want an .SWF file to be a video source in you application, use [[Flash Source]]. | + | Similarly to [[Text & Graphics Overlay]], Flash Overlay allows a video stream to be overlayed with Flash. If you want an .SWF file to be a video source in you application, use [[Flash DirectShow Source Filter]]. |
+ | |||
+ | ===Possible uses=== | ||
+ | |||
+ | * Overlay animated logo. | ||
+ | * Overlay dynamic content (such as chat messages feeded from an external source). | ||
− | |||
==Features== | ==Features== | ||
− | === | + | |
− | ===Future | + | * Unlimited number of Flash items to overlay. |
− | + | * Interlacing support of Flash items (for smooth animation on interlaced video - e.g. for PAL, NTSC, 1080i broadcasting). | |
− | ==See also== | + | * Ability to change size, transparency, background color (with transparency) for each overlayed item. |
+ | * Smooth position, size, transparency changes. | ||
+ | * Fade In/Fade Out effects. | ||
+ | * Ability to pause/play flash animation. | ||
+ | * Ability to pass the variables into Flash items (e.g. for ActiveScript control). | ||
+ | |||
+ | ===Flash Advantages=== | ||
+ | |||
+ | * Vector-based Flash animation can be scaled to any resolution (up to 1080) without any degradation of quality. | ||
+ | * Internal alpha-channel support. | ||
+ | * Support for dynamic content. | ||
+ | |||
+ | ===Future Features=== | ||
+ | |||
+ | * "Scenes" support to easily change the screen layout. | ||
+ | * Smooth transitions between "scenes". | ||
+ | |||
+ | |||
+ | ==See also== | ||
+ | |||
+ | * [[Flash DirectShow Source Filter]] | ||
+ | * [[Text & Graphics Overlay]] | ||
==External Links== | ==External Links== | ||
{{Adobe Downloads}} | {{Adobe Downloads}} |
Revision as of 17:39, 3 September 2008
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
DirectShow filter to overlay Flash animation over a video stream.
Contents |
Overview
- Type: DirectShow Filter
- Status: Released
- DLL Name: MLFlashOverlayPXT.dll
- Download a full-featured 30-day evaluation version! Flash Overlay
Similarly to Text & Graphics Overlay, Flash Overlay allows a video stream to be overlayed with Flash. If you want an .SWF file to be a video source in you application, use Flash DirectShow Source Filter.
Possible uses
- Overlay animated logo.
- Overlay dynamic content (such as chat messages feeded from an external source).
Features
- Unlimited number of Flash items to overlay.
- Interlacing support of Flash items (for smooth animation on interlaced video - e.g. for PAL, NTSC, 1080i broadcasting).
- Ability to change size, transparency, background color (with transparency) for each overlayed item.
- Smooth position, size, transparency changes.
- Fade In/Fade Out effects.
- Ability to pause/play flash animation.
- Ability to pass the variables into Flash items (e.g. for ActiveScript control).
Flash Advantages
- Vector-based Flash animation can be scaled to any resolution (up to 1080) without any degradation of quality.
- Internal alpha-channel support.
- Support for dynamic content.
Future Features
- "Scenes" support to easily change the screen layout.
- Smooth transitions between "scenes".