mikrosimage / avTranscoder

C++ API for LibAV / FFMpeg
Other
2 stars 3 forks source link

avTranscoder

C++ API for Libav / FFmpeg

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

Build Status Coverage Status Coverity Scan Build Status

What you need to know

License

See COPYING.md

How to use

See USAGE.md

Documentation

See Doxygen documentation

Compilation

See INSTALL.md

Tests

nosetests

Python tests using nosetests.

cd test/pyTest
nosetests

Some tests need environment variables to be executed (otherwise they will be skipped):

Note: for continuous integration, we launch tests with media files contained in avTranscoder-data repository.

Packaging

Build openSUSE

comming soon