How do I apply a custom color filter to my video?

Use Apply Colour Filter tool to apply Instagram-style colour-grade preset filters to a video.

In-app method

  1. Click Tools on the left panel
  2. Select Apply Colour Filter
  3. In the Input Files field, upload or paste your Video URL
  4. Select a Filter
  5. Hit Send Request

API method

Send a POST request to the /v5/tools/apply_color_filter endpoint with a string of your "video_url"  and "filter" inputs for color grading.

var data = {
  "video_url": "https://cdn.bannerbear.com/sample_videos/clip.mp4",
  "filter": "teal-and-orange"
}
fetch('https://api.bannerbear.com/v5/tools/apply_color_filter', {
  method: 'POST',
  body: JSON.stringify(data),
  headers: {
    'Content-Type' : 'application/json',
    'Authorization' : `Bearer ${API_KEY}`
  }
})

Start a Free Trial

Start a free trial with 30 API credits, no credit card required

Resize Video
Add Intro Animation
Add Subtitles

Get Started for Free