-
Hi, Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Sorry for the late reply, missed this question. Something like this came up when doing a quick google search: ffmpeg -i input -filter:v "crop=out_w:out_h:x:y" output Replace You can use the config option Dont have time right now to test it out myself, but please let me know how it works out for you! |
Beta Was this translation helpful? Give feedback.
-
Thank you for the suggestion, I've tried it with crop, but then I get strange artifacts on my stream. I assume it is because of the changed resolution. video_filters:
- drawbox=x=0:y=0:w=1920:h=200:color=black@1:t=fill
- drawbox=x=50:y=200:w=800:h=600:color=black@1:t=fill and it works well. You can even apply it multiple times to black out certain non-rectangular areas. |
Beta Was this translation helpful? Give feedback.
Thank you for the suggestion, I've tried it with crop, but then I get strange artifacts on my stream. I assume it is because of the changed resolution.
Instead you can use drawbox:
and it works well. You can even apply it multiple times to black out certain non-rectangular areas.