liaoqingfu / avTranscoder

C++ API for LibAV / FFMpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avTranscoder

High level API for FFmpeg / Libav.

Based on FFmpeg/Libav libraries to support various video and audio formats, avTranscoder provides the high level API to re-wrap or transcode media easily.

Build Status Build status Coverage Status Coverity Scan Build Status Bitdeli Badge

![Stories in Progress](https://badge.waffle.io/avTranscoder/avTranscoder.svg?label=2 - Working&title=In Progress)
Click on the badge above to have a big picture view of what's in progress and how you can help.

⚠️ The latest avTranscoder API does not fit with libav.

The basics

  • avTranscoder is a C++ library.
  • avTranscoder uses SWIG to generate Java and Python bindings.
  • avTranscoder is multiplateform (Linux, MAC, Windows).
  • avTranscoder could be based on Libav, FFmpeg, or your custom fork of one of these librairies.

License

See COPYING.md

How to use

See USAGE.md

Documentation

See Doxygen documentation

Compilation

See INSTALL.md

Packaging

Build openSUSE

comming soon

About

C++ API for LibAV / FFMpeg

License:Other


Languages

Language:C++ 73.3%Language:Python 22.4%Language:CMake 4.1%Language:Java 0.2%