Filter effect examples

Updated at:
Copy as MD

ApsaraVideo VOD provides various built-in filter effects that you can apply during online editing. Preview the available filter effects below.

90s modern film

Vintage

SubType: m1

Grey

SubType: m2

Cyan

SubType: m3

Blue

SubType: m4

Maroon

SubType: m5

Dim

SubType: m6

Orange grey

SubType: m7

Clear

SubType: m8

Film

High contrast

SubType: pf1

Fuji

SubType: pf2

Warm

SubType: pf3

Kodak

SubType: pf4

Vintage

SubType: pf5

Invert

SubType: pf6

Cool blue

SubType: pf7

Polaroid

SubType: pf8

Rolleiflex

SubType: pf9

Industrial

SubType: pfa

Grayscale

SubType: pfb

Color gamut in white

SubType: pfc

Cool blues

Clear

SubType: pi1

Twilight

SubType: pi2

Autumn

SubType: pi3

Dim

SubType: pi4

Fresh

Movie

SubType: pl1

Soft

SubType: pl2

Spring

SubType: pl3

Sunny

SubType: pl4

Dreamy glow

Forest

SubType: pj1

Nostalgic

SubType: pj2

Sunny afternoon

SubType: pj3

Warm mist

SubType: pj4

Unsplash

Sweet peach

SubType: delta

Woodland

SubType: electric

Elegant

SubType: faded

Blue mist

SubType: slowlived

Tokyo

SubType: tokoyo

Clean

SubType: urbex

Warm

SubType: warm

80s negative film

Jeju island

SubType: f1

Snow mountain

SubType: f2

Budapest

SubType: f3

Blue

SubType: f4

Delight

SubType: f5

Old street

SubType: f6

Coffee

SubType: f7

Holiday

Texture

SubType: pv1

Bright sky

SubType: pv2

Fresh

SubType: pv3

Misty

SubType: pv4

High contrast

SubType: pv5

Black and white

SubType: pv6

90s art film

Soft

SubType: a1

Dim

SubType: a2

Blue sky

SubType: a3

Blue

SubType: a4

Vibrant

SubType: a5

Matte

SubType: a6

Toning filter

color

Sample code:

{
  "VideoTracks": [{
    "VideoTrackClips": [{
      "TimelineIn": 0,
      "Type": "Video",
      "Out": 10,
      "MediaId": "MediaId1",
      "Effects": [{
        "SubType": "color",
        "ExtParams": "effect=color,brightness=80,contrast=0,saturation=0,kelvin_temperature=6000,temperature_ratio=0,tint=0,dark_corner_ratio=0",
        "Type": "Filter",
        "TimelineIn": 0,
        "TimelineOut": 10
      }]
    }]
  }]
}

The following table describes the parameters in ExtParams.

Parameter

Type

Value range

Default value

Description

effect

string

color

color

The color filter type.

brightness

int

[-255,255]

0

The brightness.

contrast

int

[-100,100]

0

The contrast.

saturation

int

[-100,100]

0

The saturation.

kelvin_temperature

int

[1000,40000]

6000

The color temperature. Takes effect only when temperature_ratio is specified.

temperature_ratio

int

[0,100]

0

The color temperature ratio.

tint

int

[-100,100]

0

The tint.

dark_corner_ratio

int

[0,100]

0

The vignette.