1. Blurring a Corner Logo on a Presentation Video
Content CreatorBackground
A content creator has a screen recording with a small, distracting software logo in the top-left corner.
Problem
The logo needs to be blurred out so viewers focus on the presentation content.
How to use
Upload the MP4 video, set the X and Y coordinates to 15, width to 120, height to 60, and set the blur intensity to 25.
{
"videoFile": "presentation.mp4",
"x": 15,
"y": 15,
"width": 120,
"height": 60,
"blurIntensity": 25,
"outputFormat": "mp4"
}Outcome
The software logo in the top-left corner is blurred out, and the video is saved as a clean MP4.