Real-Time Video Coding: Difference between revisions

From WirelessAfrica
Jump to navigation Jump to search
Line 86: Line 86:


{| border="0" cellpadding="5" cellspacing="0"
{| border="0" cellpadding="5" cellspacing="0"
|[[Image:Download Icon.png|left|20px|Download Icon]] [[Media:RTVC_Source_v1.1.zip|'''Source Code''']]
|[[Image:Download Icon.png|left|20px|Download Icon]] [[Media:RTVC_Source_v1.2.zip|'''Source Code v1.2''']]
|[[Image:Download Icon.png|left|20px|Download Icon]] [[Media:Meraka_DirectShow_Library_v1.0.zip|'''Documentation''']]
|[[Image:Download Icon.png|left|20px|Download Icon]] [[Media:Meraka_DirectShow_Library_v1.0.zip|'''Documentation''']]
|}
|}
Line 112: Line 112:
!align="left" |
!align="left" |
|-
|-
|[[Image:Download Icon.png|left|20px|Download Icon]] [[Media:RTVC_Source_v1.1.zip|'''Source''']]
|[[Image:Download Icon.png|left|20px|Download Icon]] [[Media:RTVC_Source_v1.2.zip|'''Source''']]
|[[Image:Download Icon.png|left|20px|Download Icon]] [[Media:Meraka_DirectShow_Library_v1.0.zip|'''Documentation''']]
|[[Image:Download Icon.png|left|20px|Download Icon]] [[Media:Meraka_DirectShow_Library_v1.0.zip|'''Documentation''']]
|}
|}


Source Code [[Media:RTVC_Source_v1.1.zip|RTVC_Source_v1.1.zip]] | Documentation [[Media:Meraka_DirectShow_Library_v1.0.zip|Meraka_DirectShow_Library_v1.0.zip]]
Source Code [[Media:RTVC_Source_v1.2.zip|RTVC_Source_v1.2.zip]] | Documentation [[Media:Meraka_DirectShow_Library_v1.0.zip|Meraka_DirectShow_Library_v1.0.zip]]
-->
-->



Revision as of 11:26, 1 September 2008

Background

The objective of the Real-Time Video Coding group is to research and develop intelligent multimedia software components and delivery systems that adapt to congested and low infrastructure network environments. The emphasis is on jointly-optimised or co-operative behaviour between the delivery context, as in real-time network conditions, and the video/audio encoder rate control mechanisms. Innovative solutions are sought to enhance the Internet video experience in a developing world context where bandwidth is a scarce resource.


Current research within the group is concentrating on optimal and weighted context-based bit allocation techniques and implementations within international standard video codecs. A scalable and bandwidth adaptive multimedia broadcasting platform is under development to encompass the novelty of the bit allocation research.


Contact Details

Contact Person: Dr Keith Ferguson
Tel: +27(0)12 841 4433
Fax: +27(0)12 841 4720
Email: kferguson[at]csir.co.za


Seminars

30 September 2007 - IEEE students seminar at UCT

13 March 2008 - Seminar at UKZN

14 May 2008 - Guest lecture on Video Coding at University of Pretoria

Papers

Papers will be available here once complete.


Downloads

A part of the objective of the Real-Time Video Coding group is to utilise open source frameworks and to contribute to the open source community as well as to provide source code that is available for general usage. Please send comments, feedback, suggestions to rtvc[at]meraka.org.za.

DirectShow Filter Downloads

The following DirectShow filters are available for download as DLLs. These need to be registered using the regsvr32 command. Download the documentation below for more information about the filters.

Filter Version Description
Download Icon
ScaleFilter
v1.1 The ScaleFilter is a DirectShow filter that can scale RGB24 media to specified target dimensions.
Download Icon
CropFilter
v1.2 The CropFilter is a DirectShow filter that can crop RGB24 and RGB32 media.
Download Icon
RGBtoYUV420Filter
v1.0 This filter converts RGB24 or RGB32 media to a YUV4:2:0 Planar format whilst retaining the original VideoInfoHeader of the media.
Download Icon
YUV420toRGBFilter
v1.0 This filter converts the custom packed YUV420 planar format back to RGB24.

Source Downloads

  • Base classes and interfaces - DirectShow base classes and interfaces have been written which simplify the creation of a transform filter. The CCustomBaseFilter class provides a base class for filters with a single input and output pin. The MultiIOBaseFilter project provides support for writing DirectShow transform filters with multiple input and output pins such as multiplexers and demultiplexers. All Meraka RTVC filters inherit these base classes, which are available in the download. The base class have been compiled into a static library which the user can reference in the project.
  • Filter Source Code - The download also contains the source code for the above-mentioned scaling, cropping and color conversion filters.
  • Image Utilities - The ImageUtils folder contains source code for various image processing such as cropping, scaling, etc. These files have been compiled into a static library which is also referenced by filters that require such functionality.
  • DirectShow LiveMedia RTSP Live Audio Streaming Server - This project provides an example as to how the DirectShow framework can be integrated with a RTP/RTCP/RTSP streaming library in order to stream live audio.
Download Icon
Source Code v1.2
Download Icon
Documentation

Links

  • RTP/RTCP/RTSP related
    • Open source RTP/RTCP/RTSP library that covers framing, sending of many media formats with a high level of importance based on standards. Main support via mailing list.

Media