PHP FFMpeg API
Interface

FFMpeg\Format\Video

interface Video implements Audio

The base video interface

Methods

string getAudioCodec()

Returns the audio codec

from Audio
integer getKiloBitrate()

Get the kiloBitrate value

from Audio
string getVideoCodec()

Returns the video codec

Details

in Audio at line 27
public string getAudioCodec()

Returns the audio codec

Return Value

string

in Audio at line 34
public integer getKiloBitrate()

Get the kiloBitrate value

Return Value

integer

at line 27
public string getVideoCodec()

Returns the video codec

Return Value

string