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
- Host: GitHub
- URL: https://github.com/i-e-b/ffmpegcontrol
- Owner: i-e-b
- Created: 2012-02-08T13:26:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-12T13:00:22.000Z (over 13 years ago)
- Last Synced: 2025-07-11T05:35:07.350Z (12 months ago)
- Language: C
- Homepage:
- Size: 15.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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