Is there a way to remove black background from an existing video and make it transparent?
I've got this video with a black background and a moving person on the center - the client wants me to remove the background from the video so it will look like a sprite and can blend in with the background of the site - but I have no idea how to do that.
I stumbled upon this awesome thing https://jakearchibald.com/scratch/alphavid/ and I tried the source code - It did removed the black background but it messed up the character in the middle - it made it look like a black smoke and transparent.
I wonder if there's a "Blend" in css / js trick to make a black color go away from the video. (or maybe a js library)