Skip to content

Easily create a zoom background with your desired logo in the top left portion of the screen.

Notifications You must be signed in to change notification settings

rayarka/zoom-background

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Create a (simple) customized zoom video background with your logo

Output

Combine a logo

With a video background

To get this background:

For the above, you can find the original background here: https://www.youtube.com/watch?v=mciTVPwF3Lw. Additionally, the actual logo used was white in colour

Another example This background was made with this program. You can see it in use here:

b2

What you'll need:

  1. Download the video you wish to use (mp4 preferably). A potential improvement would be to integrate the youtube_dl or another similar module and allow the user to select a video based on url
  2. Download the picture you wish to use (png preferably)
  3. Clone this repo
  4. Run pip install -r requirements.txt to download the moviepy module (You will probably need to install ImageMagick as well, separately)
  5. Run zoom_bkgrnd_logo.py
  6. Use the GUI to choose your video file
  7. Use the GUI to choose your logo
  8. Use the GUI to choose a save location
  9. Patience (the longer the video, the more time it will take) A potential improvment would be to allow the user to choose segments of the video to use as a background or to allow them to loop/reverse the video
  10. The video should be ready to use!

Other possible improvements include:

  • making it a web app
  • allowing the user to select the location of the logo
  • allowing the user to use video logos instead of simple picture logos
  • enabling addition of multiple logos

Disclaimer: This is my first proper github contribution to the world. Pardon me if I didn't follow certain conventions, as I'm probably unaware of them.

About

Easily create a zoom background with your desired logo in the top left portion of the screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages