Development Roadmap

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
 
* [[Text Source]] - aka title generator (?) - generate images from text files (font, size, etc.), works in pair with Text & Graphics Overlay
 
* [[Text Source]] - aka title generator (?) - generate images from text files (font, size, etc.), works in pair with Text & Graphics Overlay
 
* [[VBI Wrapper\Unwrapper]] - anybody remembers what it is? something about reading subtitles?
 
* [[VBI Wrapper\Unwrapper]] - anybody remembers what it is? something about reading subtitles?
* [[Frame Rate Corrector]] - for changing the frame rate of video stream, special support of interlaced video.
 
 
* [[Buffer]] (need to change name) - trans filter for buffering media samples (useful e.g. for peak CPU load). Buffers IMediaSample without memory copy operations. With thread separation (?).
 
* [[Buffer]] (need to change name) - trans filter for buffering media samples (useful e.g. for peak CPU load). Buffers IMediaSample without memory copy operations. With thread separation (?).
 
* [[Dump]] - writest incoming samples to hard disk. Also corrects MPEG2_TRANSPORT_STRIDE to
 
* [[Dump]] - writest incoming samples to hard disk. Also corrects MPEG2_TRANSPORT_STRIDE to
 
MPEG2_TRANSPORT.
 
MPEG2_TRANSPORT.
 +
* [[Frame Rate Corrector]] - for changing the frame rate of video stream, special support of interlaced video.
 
* [[Fields Corrector]] - sets interlacing flags on incoming video based on frame rate or user selection.
 
* [[Fields Corrector]] - sets interlacing flags on incoming video based on frame rate or user selection.
* [[Scan Line]] - changes fields order (PAL->NTSC, NTSC->PAL, swap fields). Need to add 486 -> 480 conversion for DeckLink. This filter needs to be merged with [[Fields Corrector]] - possibly [[Video Corrector]].
+
* [[Scan Line]] - changes fields order (PAL->NTSC, NTSC->PAL, swap fields). Need to add 486 -> 480 conversion for DeckLink. This filter needs to be merged with [[Fields Corrector]] and [[Frame Rate Corrector]] - possibly [[Video Corrector]].
 
* [[MediaLooks ASF Reader]] - reverse playback; support of WMV features (deinterlacing, timecode, etc.); better support of network streams (HTTP/MMS/RTP etc.)
 
* [[MediaLooks ASF Reader]] - reverse playback; support of WMV features (deinterlacing, timecode, etc.); better support of network streams (HTTP/MMS/RTP etc.)
 
* [[MultiThread Encoder]]
 
* [[MultiThread Encoder]]
 
* [[AVI Splitter]] + [[Frame Reorder]] - for reverse playback of AVI files; needs to be tested as DS filters and property page added.
 
* [[AVI Splitter]] + [[Frame Reorder]] - for reverse playback of AVI files; needs to be tested as DS filters and property page added.

Revision as of 00:00, 28 December 2007

DirectShow Filters

MPEG2_TRANSPORT.

Personal tools