Method | Description | |
---|---|---|
__construct ( FFMpeg\FFProbe $ffprobe, string $pathfile, integer $currentPass, integer $totalPass ) | ||
forwardedEvents ( ) | ||
getCurrentPass ( ) : integer | ||
getCurrentTime ( ) : integer | ||
getFFProbe ( ) : FFMpeg\FFProbe | ||
getPathfile ( ) : string | ||
getTotalPass ( ) : integer | ||
handle ( $type, $data ) |
Method | Description | |
---|---|---|
getPattern ( ) | Get the regex pattern to match a ffmpeg stderr status line |
Method | Description | |
---|---|---|
convertDuration ( string $rawDuration ) : number | ||
getProgressInfo ( ) : array | ||
initialize ( ) | ||
parseProgress ( string $progress ) : array |
abstract protected getPattern ( ) |