I want to blur out part of a video, to censor something. I'm keen to see how BlurBox looks, but i can't get it working.
+ Reply to Thread
Results 1 to 2 of 2
-
-
FFmpeg command to create a blurred box in a video:
parameters:Code:ffmpeg -i input_video.mp4 -filter:v "drawbox=x=100:y=200:w=300:h=200:color=black@0.5:t=fill,boxblur=luma_radius=10:chroma_radius=10" output_video.mp4
- `x=100`: X-coordinate of the top-left corner of the blur box
- `y=200`: Y-coordinate of the top-left corner of the blur box
- `w=300`: Width of the blur box
- `h=200`: Height of the blur box
- `boxblur=luma_radius=10`: Intensity of the blur effectThere is nothing wrong .. with my environment
Similar Threads
-
add motion blur on 50P video?
By marcorocchini in forum Newbie / General discussionsReplies: 30Last Post: 1st Mar 2025, 16:27 -
Crop only a part of a video possible?
By Platos in forum Newbie / General discussionsReplies: 1Last Post: 19th May 2023, 18:56 -
batch that test if the video part or audio part exist
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 20th Jul 2022, 09:06 -
Blur parts of a video
By Nico Darko in forum Video ConversionReplies: 6Last Post: 21st May 2022, 23:36 -
Camera out of focus. Video Blur after. Is there any scripts to fix this?
By JeremyVN in forum EditingReplies: 1Last Post: 25th Mar 2022, 12:04


Quote