PHP FFMpeg API
Interface

FFMpeg\Format\AdvancedVideo

interface AdvancedVideo implements Video

Constants

RESIZEMODE_FIT

RESIZEMODE_INSET

Methods

string getVideoCodec()

Returns the video codec

from Video
integer getWidth()

Returns the width

integer getHeight()

Returns the height

string getResizeMode()

Get the current resize mode

integer getFrameRate()

Returns the frame rate

integer getGOPSize()

Returns the GOP size

Details

in Video at line 25
public string getVideoCodec()

Returns the video codec

Return Value

string

at line 27
public integer getWidth()

Returns the width

Return Value

integer

at line 34
public integer getHeight()

Returns the height

Return Value

integer

at line 41
public string getResizeMode()

Get the current resize mode

Return Value

string

at line 48
public integer getFrameRate()

Returns the frame rate

Return Value

integer

at line 55
public integer getGOPSize()

Returns the GOP size

Return Value

integer