class FFMpeg
Methods
__construct(FFMpegDriver $ffmpeg, FFProbe $ffprobe)
|
||
FFMpeg |
setFFProbe(FFProbe $ffprobe)
Sets FFProbe. |
|
FFProbe |
getFFProbe()
Gets FFProbe. |
|
FFMpeg |
setFFMpegDriver(FFMpegDriver $ffmpeg)
Sets the ffmpeg driver. |
|
FFMpegDriver |
getFFMpegDriver()
Gets the ffmpeg driver. |
|
Audio|Video |
open(string $pathfile)
Opens a file in order to be processed. |
|
static FFMpeg |
create(array|ConfigurationInterface $configuration = array(), LoggerInterface $logger = null, FFProbe $probe = null)
Creates a new FFMpeg instance. |
Details
at line 29
public
__construct(FFMpegDriver $ffmpeg, FFProbe $ffprobe)
at line 42
public FFMpeg
setFFProbe(FFProbe $ffprobe)
Sets FFProbe.
at line 54
public FFProbe
getFFProbe()
Gets FFProbe.
at line 64
public FFMpeg
setFFMpegDriver(FFMpegDriver $ffmpeg)
Sets the ffmpeg driver.
at line 76
public FFMpegDriver
getFFMpegDriver()
Gets the ffmpeg driver.
at line 90
public Audio|Video
open(string $pathfile)
Opens a file in order to be processed.
at line 114
static public FFMpeg
create(array|ConfigurationInterface $configuration = array(), LoggerInterface $logger = null, FFProbe $probe = null)
Creates a new FFMpeg instance.