The most reliable way to create a blurred PNG that you can drop into a CapCut project is to prepare it once with a browser tool such as Blur Image, then import the still file into CapCut as an image layer. CapCut itself ships with built-in blur effects that run on top of timeline clips, so when the asset you want to blur is a moving video clip the built-in effect is usually the right choice. The split comes when you need a still blurred image: a background plate, a logo softener, a blurred screenshot you plan to overlay on a CapCut video, because CapCut's effect is tied to a clip and cannot produce a standalone PNG you can drop into other software. Blur Image softens a JPG, PNG, or WebP file using only your browser's canvas rendering context, exports the result at the source image's natural pixel size, and never sends the file to a server, so you can iterate on the radius and area quickly while keeping your original photo on your device.

how to use blur effect on capcut
how to use blur effect on capcut

How CapCut's blur effect works in a project

CapCut is a free video editor available on phone and desktop, and its effects panel includes several blur presets that sit directly on a timeline clip. Once applied, a blur effect lasts as long as the clip it sits on, can be trimmed to a section with the standard in-and-out handles, and animates if the affected subject moves. The trade-off is portability, because the blur is a property of the project, so dropping the underlying clip into another editor or exporting the blurred area as a still image is not a built-in workflow. This is when preparing a blurred image in advance becomes useful, since a static PNG behaves like any other image asset inside CapCut and can also travel to other apps and tools later.

Apply a blur effect on CapCut

The steps below cover the built-in blur path inside CapCut when the subject is a clip on the timeline.

  1. Open CapCut and create a new project, or open an existing one you want to edit.
  2. Import your clips and images into the project's media bin, then drag the clip you want to soften onto the timeline.
  3. Tap or click the clip in the timeline to select it, then open the effects panel from the bottom or side toolbar.
  4. Choose the video effects category and look for the blur family, or use the search box to look up "blur."
  5. Tap a blur preset to preview it on your clip, then tap Apply or the equivalent add control to attach it to the selected segment.
  6. Use the intensity slider to dial the strength up or down, drag the effect if it supports a focal area, and trim the effect's handles so the blur only covers the part of the timeline you want.
  7. Play the project to verify the look, then export the video at your target resolution when the edit is complete.

Prepare a blurred image for CapCut with Blur Image

When the thing you need to blur is a still image that will live inside CapCut, such as a softer background plate, a redacted area in a screenshot, or an editorial graphic, preparing it in the browser first gives you a portable PNG at the source image's natural pixel size. The Blur Image tool runs three verified steps:

  1. Choose a JPG, PNG, or WebP image and confirm its displayed pixel dimensions so you can plan accurate rectangle coordinates if you need them.
  2. Select the entire image or enter a rectangle (X, Y, width, height) in the source's own pixels, then set the blur radius from a light softening to a much stronger effect.
  3. Choose Blur image, inspect the preview and the reported output dimensions, then download the PNG and import it into CapCut as an image layer.

The tool's export pipeline draws the source pixels onto a separate offscreen canvas at the source image's natural pixel width and height and applies the filter there, so the downloaded PNG keeps the original resolution rather than the smaller on-page preview. The browser tab performs all of the decoding, drawing, blurring, and PNG creation, so the image stays on your device and the same workflow can be repeated for as many assets as you need. The canvas-side blur behavior follows the standard Canvas filter pipeline, and the PNG is created through the matching toBlob path so the export stays consistent across browsers.

Picking the rectangle coordinates

Rectangle mode uses X and Y starting coordinates plus a width and a height, all in the source image's own pixels, so the same coordinates can be re-entered to reproduce the selection precisely. The visible dimensions shown beside the loaded image are the numbers to read while planning the selection. If a rectangle extends past an image edge, the tool clamps it to the available area rather than expanding the canvas or failing, which lets you safely overshoot values when you are not exactly sure where a feature sits. Because blur kernels sample neighboring pixels, colors close to the rectangle boundary can blend into the selected area; increase the rectangle size or radius if that transition looks wrong.

Full-image mode for an evenly softened plate

If the goal is an evenly softened plate, for example a fuzzy background you want to sit behind text in CapCut, full-image mode is usually the simpler choice. One radius value, one download, and the result is a PNG that behaves like any other image layer when you import it into your timeline. The on-page preview is scaled for inspection, while the export always uses the source image's natural pixel size, so the file you drop into CapCut carries the resolution you expect.

When to blur in CapCut versus blur the image first

Use the table below to match the workflow to the job in front of you.

NeedUse CapCut's built-in blurUse Blur Image in the browser first
Blur a moving subject across a timeline clipYesNo (clip does not exist yet)
Tie blur strength to a specific moment in timeYes, with the effect handlesNo (still image)
Create a blurred PNG you can reuse outside CapCutNoYes, downloads a PNG
Reuse the same blurred plate in several projectsRequires recreating the effectImport the same PNG each time
Blur one rectangle inside a still assetAwkward, requires image animationYes, by rectangle coordinates
Keep the original file untouched on your deviceEdits live inside the projectLocal processing in the browser tab

If the camera is moving, the blurred subject is moving, or you want the strength to change from frame to frame, CapCut's built-in effect is the right tool. If you need a still file with predictable dimensions, or you want to reuse the blurred result in other apps or as a CapCut image overlay, the browser step is the right tool.

Input limits and what a blur does not guarantee

Blur Image accepts JPEG, PNG, and WebP files up to 25 MB and applies a separate 40-megapixel cap on decoded pixel count, so large compressed images can still be rejected if their decoded footprint is too big. Files outside those limits are rejected with a specific message before the blur is generated, which means a too-big photo fails the same way whether you are preparing it for CapCut or any other use case. The downloadable PNG is built on a separate canvas at the original dimensions, so the on-page preview size never silently determines the export resolution. Each new generation replaces the previous browser download object, while changing files or leaving the page releases those temporary object URLs.

A blur, whether produced in CapCut or in your browser, is a visual effect rather than secure redaction. A blurred face, account number, address, plate, or private message can remain recognizable or inferable, and a viewer who knows the original image may still read the underlying detail. When the goal is to permanently remove sensitive content, use a workflow that overwrites the source pixels with a solid color, then verify the exported file, its metadata, and the surrounding context. This tool delivers a visual softening suitable for design work and casual privacy needs; it does not certify anonymization or irreversible deletion.

A reliable workflow is to keep the original image on your device, prepare a working copy with the Blur Image tool, import the downloaded PNG into CapCut as an image layer, and re-check the export at full zoom. If the selection boundary, the output dimensions, or any text or face that motivated the edit looks wrong, update the rectangle coordinates or radius and generate again. The same browser-only pattern extends to other CapCut image assets; for example, adding a drop shadow to a CapCut graphic overlay uses a similar local-canvas pipeline that produces a transparent PNG without an upload step.