Skip to content

v0.10.0

Compare
Choose a tag to compare
@cchampet cchampet released this 05 Mar 16:55
· 966 commits to develop since this release

See github milestone.

Features:

  • Up AudioVideo plugins (reader/writer/swscale) to v4.0. The plugins are now based on avTranscoder library, an opensource library based on libav/ffmpeg, which provides a high level API to re-wrap or transcode media easily. The most interesting feature about this is the possibility to encode audio streams while writing your output video with images resulting of your composition.

Enhancements:

  • Improve memory management, and so can create and process more complex graphs without memory issues.

Other:

  • Use CMake as build system.
  • Tuttle can be built without numpy by using CMake flag WITHOUT_NUMPY.
  • Travis: add continuous integration on MAC OSX.