Open mad-alexlamarche opened 8 months ago
If you want a transparent video you do -tv instead of -mk and the output has to be a .mov vs .mp4
On Wed, Mar 20, 2024, 9:14 AM ZanderInteractiveMedia < @.***> wrote:
python -m backgroundremover.cmd.cli -i "./out/result.mp4" -mk -o "./out/transparent_result.mp4"
takes a video result.mp4 and returns only the black-white mask of it. The output video has no color or transparency!
— Reply to this email directly, view it on GitHub https://github.com/nadermx/backgroundremover/issues/134, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYACXBQKPYXDEWUNFU2SZ3YZGKVHAVCNFSM6AAAAABE7SCFVCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4TONRUHA3DENI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I like the fact that the mask is created because I can dialte it and create a border around my subject. Any way to accomplish this or should I continue to use -mk?
also, -tv creates a visually blank video with original audio
also, for some reason the results have different number of frames
python -m backgroundremover.cmd.cli -i "./out/result.mp4" -mk -o "./out/transparent_result.mp4"
takes a video result.mp4 and returns only the black-white mask of it. The output video has no color or transparency!