animation library
Project description
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file audio-to-animation-video-0.1.1.tar.gz
.
File metadata
- Download URL: audio-to-animation-video-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6db5fb6f536fd646c9b262d738d677c7409524c145a6362df12a5984fadf01a2 |
|
MD5 | 6ba5a06e7adbfd37c057de17a447944b |
|
BLAKE2b-256 | 8cdc8e890c390098d46396efb10beed39153ae6eadf5262a5edc77340587272c |
File details
Details for the file audio_to_animation_video-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: audio_to_animation_video-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54a9695982816cf134e0fbb3a1e7ae1719a97b6c948a24f0d965d6bbbe126aaf |
|
MD5 | 593e13e4b7c70b447f02048a3e297115 |
|
BLAKE2b-256 | f9e854aa8a6628d329b20cd2652247c04813b6043a821a01f0da629419bd95db |