Socket
Socket
Sign inDemoInstall

audio-to-animation-video

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    audio-to-animation-video

animation library


Maintainers
1

Readme

Audio To Animation Video

Installation

pip install audio-to-animation-video

Get started

How to multiply one number by another with this lib:

# Example usage
frame_sz = (720, 500)
images_directory = 'image/girl1'
image_filename = 'girl'  # file should be girl_A.png or jpg
audio_file = "audio/audio1.mp3"
output_video_path = 'video.mp4'
output_path = 'video_with_audio3.mp4'
background = (255,255,255)  # "image/bg/bg1.jpg" #(255, 255, 255)


generator = AudioLipSyncVideo(images_directory, image_filename, audio_file, output_video_path, output_path, frame_sz, background)
generator.generate_video()

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc