An open API service indexing awesome lists of open source software.

https://github.com/i-e-b/ffmpegcontrol

[In Progress] A simplified interface for driving encoding and decoding with libavcodec
https://github.com/i-e-b/ffmpegcontrol

Last synced: about 2 months ago
JSON representation

[In Progress] A simplified interface for driving encoding and decoding with libavcodec

Awesome Lists containing this project

README

          

FFmpegControl
=============
Library to drive libavcodec for encode and decode.

Provides a DLL-exposed interface and can be used in managed .Net code.

Includes FrameWave for highquality image scaling, and a custom scaling algorithm for fast scaling on low-power processors.

TODO
----
* ~~Update to VS2010~~
* ~~Update libavcodec binaries from http://ffmpeg.zeranoe.com/builds/~~
* Clean up library, allow selection of codecs etc.
* Add C# interfaces