PHP FFMpeg API
Interface

FFMpeg\Format\Video\ResamplableVideo

interface ResamplableVideo implements Video

The resamplable video interface

This interface provides frame rate and GOP size settings for video encoding

Methods

string getVideoCodec()

Returns the video codec

from Video
integer getFrameRate()

Returns the frame rate

integer getGOPSize()

Returns the GOP size

Details

in Video at line 27
public string getVideoCodec()

Returns the video codec

Return Value

string

at line 31
public integer getFrameRate()

Returns the frame rate

Return Value

integer

at line 38
public integer getGOPSize()

Returns the GOP size

Return Value

integer