PHP 클래스 Pimcore\Video\Adapter\Ffmpeg

상속: extends Pimcore\Video\Adapter
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$file string

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments string
$processId string

공개 메소드들

메소드 설명
addArgument ( $key, $value )
deleteConversionLogFile ( )
destroy ( )
getDuration ( ) : integer
getFfmpegCli ( ) : mixed
getProcessId ( ) : string
isAvailable ( ) : boolean
load ( $file )
resize ( $width, $height )
save ( ) : mixed | void
saveImage ( $file, null $timeOffset = null )
scaleByHeight ( $height )
scaleByWidth ( $width )
setAudioBitrate ( $audioBitrate )
setProcessId ( $processId )
setVideoBitrate ( $videoBitrate )

보호된 메소드들

메소드 설명
extractDuration ( $output ) : integer
getConversionLogFile ( ) : string

메소드 상세

addArgument() 공개 메소드

public addArgument ( $key, $value )
$key
$value

deleteConversionLogFile() 공개 메소드

destroy() 공개 메소드

public destroy ( )

extractDuration() 보호된 메소드

protected extractDuration ( $output ) : integer
$output
리턴 integer

getConversionLogFile() 보호된 메소드

protected getConversionLogFile ( ) : string
리턴 string

getDuration() 공개 메소드

public getDuration ( ) : integer
리턴 integer

getFfmpegCli() 공개 정적인 메소드

public static getFfmpegCli ( ) : mixed
리턴 mixed

getProcessId() 공개 메소드

public getProcessId ( ) : string
리턴 string

isAvailable() 공개 메소드

public isAvailable ( ) : boolean
리턴 boolean

load() 공개 메소드

public load ( $file )
$file

resize() 공개 메소드

public resize ( $width, $height )
$width
$height

save() 공개 메소드

public save ( ) : mixed | void
리턴 mixed | void

saveImage() 공개 메소드

public saveImage ( $file, null $timeOffset = null )
$timeOffset null

scaleByHeight() 공개 메소드

public scaleByHeight ( $height )
$height

scaleByWidth() 공개 메소드

public scaleByWidth ( $width )
$width

setAudioBitrate() 공개 메소드

public setAudioBitrate ( $audioBitrate )
$audioBitrate

setProcessId() 공개 메소드

public setProcessId ( $processId )
$processId

setVideoBitrate() 공개 메소드

public setVideoBitrate ( $videoBitrate )
$videoBitrate

프로퍼티 상세

$arguments 보호되어 있는 프로퍼티

protected string $arguments
리턴 string

$file 공개적으로 프로퍼티

public string $file
리턴 string

$processId 보호되어 있는 프로퍼티

protected string $processId
리턴 string