ApsaraVideo VOD provides various built-in filter effects. You can choose to use the effects during online editing based on your business requirements. This topic allows you to preview different types of filter effects.

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.

ParameterTypeValue rangeDefault valueDescription
effectstringcolorcolorThe color filter type.
brightnessint[-255,255]0The brightness.
contrastint[-100,100]0The contrast.
saturationint[-100,100]0The saturation.
kelvin_temperatureint[1000,40000]6000The color temperature. This parameter takes effect when temperature_ratio is specified.
temperature_ratioint[0,100]0The color temperature ratio.
tintint[-100,100]0The tint.
dark_corner_ratioint[0,100]0The vignette.