buggedcom / phpvideotoolkit-v2

PHP Video Toolkit version 2 helps take the voodoo out of ffmpeg and provides a convenient object oriented wrapper around the ffmpeg programme.
Other
262 stars 86 forks source link

Major bugfix (correct audio codecs never applied) #80

Closed SamarRizvi closed 8 years ago

SamarRizvi commented 8 years ago

Correct audio codecs were never applied. For example, VideoFormat_Mkv sets audioCodec to libvorbis, but instead, setAudioCodec function sets codec as vorbis. Found the bug when working with mono files.