-
-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video removal produces mask only? #134
Comments
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
<#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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
The text was updated successfully, but these errors were encountered: