PHP-FFMpeg API
Interface

FFMpeg\Format\Audio\Transcodable

interface Transcodable implements Audio

Methods

integer getKiloBitrate()

Get the kiloBitrate value

from Audio
string getExtraParams()

Give som extra parameters to add to ffmpeg commandline Parameters MUST be escaped

from Audio
string getAudioCodec()

Returns the audio codec

Details

in Audio at line 27
public integer getKiloBitrate()

Get the kiloBitrate value

Return Value

integer

in Audio at line 35
public string getExtraParams()

Give som extra parameters to add to ffmpeg commandline Parameters MUST be escaped

Return Value

string

at line 27
public string getAudioCodec()

Returns the audio codec

Return Value

string