Added runtime check of the ffmpeg version before starting the command in the ComplexMedia. Added the FFMpegDriver::getVersion() method.
This commit is contained in:
parent
580fb21d5a
commit
d6f95508a9
15 changed files with 212 additions and 25 deletions
|
|
@ -60,6 +60,8 @@ class FFMpeg
|
|||
/**
|
||||
* Sets the ffmpeg driver.
|
||||
*
|
||||
* @param FFMpegDriver $ffmpeg
|
||||
*
|
||||
* @return FFMpeg
|
||||
*/
|
||||
public function setFFMpegDriver(FFMpegDriver $ffmpeg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue