backgroundremover

Remove background from images and videos using AI

brewmacoslinux
Try with needOr install directly
Source

About

Remove background from images and video using AI

Commands

backgroundremover

Examples

remove background from a single image$ backgroundremover -i input.jpg -o output.png
remove background from a video file$ backgroundremover -i video.mp4 -o output.mp4
process all images in a folder at once$ backgroundremover -i ./images/ -o ./processed/
remove background and save as PNG with transparency$ backgroundremover -i photo.jpg -o result.png -f png
batch process multiple images with custom output format$ backgroundremover -i images/ -o output/ -f jpg