Skip to main content

Added BGM Feature to Make Demo GIF / MP4

· 2 min read
hiroaki
Individual Developer
If this site helped you, please support us with a star! 🌟
Star on GitHub

Following the recently added zoom feature, we have added a BGM feature to Make Demo GIF / MP4. By adding background music to silent demo videos, you can create more engaging MP4s for your viewers.

Added Features

Just by specifying a YouTube URL in the BGM settings cell, it automatically downloads the audio and merges it with your demo video. Various parameters such as start position, playback speed, and volume can be intuitively adjusted using sliders right in the notebook.

If the downloaded audio is shorter than the video, it automatically loops until the end. If the audio is longer, it is automatically trimmed to match the video's end time. There is no longer a need for the hassle of fine-tuning audio length using external video editing software.

Automatic License Checking

When downloading audio from YouTube, we've implemented a feature that analyzes the metadata and displays the track's license status as a badge on the screen.

Based on the description and title, it automatically determines whether the track is potentially commercial, royalty-free (like NCS), Creative Commons, and more. This helps you easily notice and avoid unintentional copyright infringement risks.

How to Use

This feature is only enabled when MP4 is selected as the output format.

  1. Check "Add BGM" in the "BGM Settings" cell.
  2. Enter the YouTube URL and click the download button.
  3. Set the start position, speed, and volume while previewing the audio with the displayed audio player.
  4. Run the final output cell to generate the MP4.

Getting Started

No environment setup is required. Open the Colab link below and run the cells in order from the top.

Feedback and Pull Requests are always welcome!

If this site helped you, please support us with a star! 🌟
Star on GitHub