Releases: open-cogsci/python-mediadecoder
Releases · open-cogsci/python-mediadecoder
v0.2.0
Python Mediadecoder 0.1.5
- 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
- Small fixes and cosmetic updates.
- Better loading of soundrenderer classes (as in, what is not needed, is not loaded)
Python Mediadecoder 0.1.3
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
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).