PHP-FFMpeg API
Interface

FFMpeg\Filters\Video\VideoFilterInterface

interface VideoFilterInterface implements FilterInterface

Methods

integer getPriority()

Returns the priority of the filter.

from FilterInterface
array apply(Video $video, VideoInterface $format)

Applies the filter on the the Video media given an format.

Details

in FilterInterface at line 21
public integer getPriority()

Returns the priority of the filter.

Return Value

integer

at line 28
public array apply(Video $video, VideoInterface $format)

Applies the filter on the the Video media given an format.

Parameters

Video $video
VideoInterface $format

Return Value

array An array of arguments