GithubHelp home page GithubHelp logo

amir110 / video-processing-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from csir-rtvc/video-processing-project

0.0 0.0 0.0 4.11 MB

License: Other

Shell 0.03% C++ 97.56% Python 0.06% C 0.90% Objective-C 0.05% Makefile 0.08% HTML 0.32% Groff 0.01% CMake 0.84% Batchfile 0.15%

video-processing-project's Introduction

Video Processing Project: http://videoprocessing.sourceforge.net/
--------------------------------------------------------------------------------------------------
The aim of the Video Processing Project is to create atomic video processing tools such as image croppers, scalers, colour converters and video coding utilties that provide a readable software implementation, whilst retaining fast implementations. These tools are targetted both at the Windows and Linux platforms and have been implemented in C++. The source code is freely available under a BSD licence. 

Another goal of the project is to establish a framework in within which faster video processing algorithms and implementations can be developed and tested by the open source community.

Related tools have been grouped together as libraries, which can then be integrated to create plug-ins for multimedia frameworks such as DirectShow and GStreamer. 

Base classes and interfaces that have been developed during the course of the project to simplify certain aspects of DirectShow filter development and have also been released under the BSD license.

--------------------------------------------------------------------------------------------------
Library:
- ImageUtils - a library containing various video processing utilities
- DirectShow - DirectShow utility classes
- CodecUtils - Encoding/decoding related classes
- H264v2     - H264 codec implementation

--------------------------------------------------------------------------------------------------
Released multimedia plug-ins:

DirectShow filters:
- Audio mixing filter
- Crop filter
- Framerate display
- Frame skipping 
- H264 decoder (baseline)
- H264 encoder (baseline)
- H264 source filter
- Pic in pic filter
- RGB to YUV420 Planar color converter
- Rotate filter
- RTSP source filter (8/16 bit PCM, AMR, MP3, AAC, MP4A-LATM, H264)
- RTSP sink filter
- Scale filter
- Skewing filter
- Stereo to mono
- Tee
- Timestamp logger
- Video mixing filter
- Virtual Mic
- YUV420 Planar to RGB color converter
- YUV444 Planar to RGB color converter (Contributed by Thomas Houtekier)
- YUV source

Installation (NEW):
There is no more msi file as the VS Express Edition is now used to compile the project.
Instead the download consists of a zip file with batch files that register the DirectShow filters.

Installation (OLD):
Use Setup.msi to install all filters. In GraphEdit/GraphStudio the filters will appear under the "CSIR VPP" prefix.

You can also download the filters individually. In that case you'll have to register them with regsvr32. If you experience
registration problems, it is likely that you need the Visual C runtimes for VS2013. This should not be an issue if you use the 
installer. Currently the redistributable is available at http://www.microsoft.com/en-US/download/details.aspx?id=40784.
If this changes, you can search for "Microsoft Visual C++ 2013 Redistributable Package (x86)". 

Filter configuration: 
- Use the property pages to configure the crop, scale or RTSP source filter from graph edit.
The RTSP source filter can be tested using the GraphEdit like GraphStudio tool which has the ability to open a URL source address. 
- Use the COM interface ISettingsInterface to configure the filters programmatically.


GStreamer:
N/A

--------------------------------------------------------------------------------------------------
Contact:

[email protected]

video-processing-project's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.