Method |
Description |
|
__call ( $method, $args ) |
|
|
__construct ( $ffmpeg = null, $input = false ) |
|
|
_unset ( string $key ) : object |
|
|
aspect ( string $aspect ) : object |
|
|
audioBitrate ( $ab ) |
|
|
audioChannels ( $ac ) |
|
|
audioCodec ( $acodec = 'copy' ) |
|
|
audioDisable ( ) |
|
|
audioQuality ( $aq ) |
|
|
audioSamplingFrequency ( $ar ) |
|
|
bitrate ( string $b ) : object |
|
|
call ( $method, $args = [] ) |
|
|
clear ( ) : object |
|
|
duration ( string $t ) : object |
|
|
ffmpeg ( $ffmpeg ) : object |
|
|
fileSizeLimit ( string $fs ) : object |
|
|
flip ( $flip ) : object |
|
|
forceFormat ( string $forceFormat ) : object |
|
|
frameRate ( string $r ) : object |
|
|
grayScale ( ) : object |
|
|
hFlip ( ) : object |
|
|
input ( string $file ) : object |
|
|
itsoffset ( $itsoffset ) : object |
Set the input time offset in seconds. [-]hh:mm:ss[.xxx] syntax is also supported. The offset is added to the timestamps of the input files. |
|
logLevel ( string $level = "verbose" ) : object |
|
|
output ( string $output = null, string $forceFormat = null ) : object |
|
|
overwrite ( ) : object |
|
|
pass ( integer $pass ) : object |
|
|
position ( $ss ) : object |
When used as an input option (before "input"), seeks in this input file to position. When used as an output option (before an output filename), decodes but discards input until the timestamps reach position. This is slower, but more accurate. |
|
progress ( string $progress ) : object |
|
|
ready ( string $append = null ) : object |
|
|
redirectOutput ( string $std ) : object |
|
|
set ( string $key, string $value = null, boolen $append = false ) : object |
|
|
size ( string $s ) : object |
|
|
thumb ( string $size, string $start, string $videoFrames = 1 ) : object |
ATENTION!: This method is experimental |
|
transpose ( string $transpose ) : object |
|
|
vFlip ( ) : object |
|
|
videoCodec ( string $vcodec = 'copy' ) : object |
|
|
videoDisable ( ) : object |
|
|
videoFrames ( string $number ) : object |
|
|