[ type ] VideoFilters

Description:

Options object that hold optional video filters to be applied to video by FFMPEG for MediaPlayer component. Used in MediaPlayer > videoFilters.

Type: Object

Properties:

Name Type Description

[rotate]

number

A number of degrees to rotate the video by.

[flip]

string

h for horizontal, v for vertical.

[color]

string

gray, sepia, or negative.

[brightness]

number

A number between 1 and -1. Default is 0.

[contrast]

number

A number between 0.0 and 2.0. Default is 1.

[saturation]

number

A number between 0.0 and 3.0. Default is 1.

[gamma]

number

A number between 0.1 and 10.0. Default is 1.

[custom]

string

Allows to insert any custom video filters separated by comma. Must be compatible with ffmpeg -vf option.

Also See: