Skip to content

Releases: open-cogsci/python-mediadecoder

Python Mediadecoder 0.1.5

11 Aug 12:01
Compare
Choose a tag to compare
  • Fix unicode error that was caused by the exception which is thrown if one of the dependencies is not present.

Python Mediadecoder 0.1.4

05 Jul 14:40
Compare
Choose a tag to compare
  • Small fixes and cosmetic updates.
  • Better loading of soundrenderer classes (as in, what is not needed, is not loaded)

Python Mediadecoder 0.1.3

29 May 21:31
Compare
Choose a tag to compare
Pre-release

Improved Windows playback
Sounddevice is now the default sound renderer as it works best on all platforms (Windows sucks with pyaudio alas...)

Python Mediadecoder 0.1.2

28 May 22:25
Compare
Choose a tag to compare
Pre-release

This is the first release of mediadecoder, and it still needs to be thoroughly tested (especially with corrupt video files to see if it chokes on those). Mediadecoder can currently use pyaudio or sounddevice to render the sound stream of a movie for you (pygame support is also available but very limited and crash prone).