PHP FFMpeg API
Interface

FFMpeg\Format\Video\InteractiveVideo

interface InteractiveVideo implements Video

The interactive video interface.

This provide a method to list available
codecs. This is usefull to build interactive development and switch between
different codecs

Methods

string getVideoCodec()

Returns the video codec

from Video
array getAvailableVideoCodecs()

Returns the list of available video codecs for this format

Details

in Video at line 27
public string getVideoCodec()

Returns the video codec

Return Value

string

at line 31
public array getAvailableVideoCodecs()

Returns the list of available video codecs for this format

Return Value

array