Add support for video to audio transcoding

This commit is contained in:
Romain Neutron 2013-10-10 15:09:10 +02:00
commit d3e97c974e
11 changed files with 127 additions and 59 deletions

View file

@ -3,6 +3,9 @@ CHANGELOG
* 0.4.0 (xx-xx-xxxx)
* Add support for video to audio transcoding
* BC Break : Add FormatInterface::getPasses and FormatInterface::getExtraParams
* 0.3.5 (xx-xx-2013)
* Add vorbis audio format (@jacobbudin).