Skip to main content

bigfoot-video-generator

A Python library designed to demonstrate the capabilities of the bigfoot-video-generator and facilitate integration with the Supermaker AI platform. This package offers a simplified interface for generating engaging video content.

Installation

To install the bigfoot-video-generator package, use pip: bash pip install bigfoot-video-generator

Basic Usage

Here are a few examples demonstrating how to use the bigfoot-video-generator library:

1. Generating a simple promotional video: python from bigfoot_video_generator import VideoGenerator

generator = VideoGenerator(api_key="YOUR_API_KEY") # Replace with your Supermaker AI API key

video_data = { "title": "Amazing New Product!", "description": "Check out our revolutionary product that will change your life.", "images": ["image1.jpg", "image2.png", "image3.jpeg"], "music": "uplifting_music.mp3", "video_length": 30 # seconds }

video_path = generator.create_promotional_video(video_data)

print(f"Video created successfully at: {video_path}")

2. Creating a video from text and images: python from bigfoot_video_generator import VideoGenerator

generator = VideoGenerator(api_key="YOUR_API_KEY") # Replace with your Supermaker AI API key

script = """ Scene 1: A beautiful landscape. Scene 2: Our product in action. Scene 3: Customer testimonials. """

image_map = { "Scene 1": "landscape.jpg", "Scene 2": "product_action.png", "Scene 3": "customer_testimonial.jpeg" }

video_path = generator.create_video_from_script(script, image_map)

print(f"Video created successfully at: {video_path}")

3. Assembling a video from pre-existing clips: python from bigfoot_video_generator import VideoGenerator

generator = VideoGenerator(api_key="YOUR_API_KEY") # Replace with your Supermaker AI API key

clip_paths = ["clip1.mp4", "clip2.mov", "clip3.avi"] transition_type = "fade"

video_path = generator.assemble_video_clips(clip_paths, transition_type)

print(f"Video created successfully at: {video_path}")

4. Generating a video with dynamic text overlays: python from bigfoot_video_generator import VideoGenerator

generator = VideoGenerator(api_key="YOUR_API_KEY") # Replace with your Supermaker AI API key

video_data = { "background_video": "background.mp4", "text_overlays": [ {"text": "Welcome!", "start_time": 2, "end_time": 5, "position": "top-left"}, {"text": "Special Offer!", "start_time": 10, "end_time": 15, "position": "bottom-right"} ] }

video_path = generator.create_video_with_text(video_data)

print(f"Video created successfully at: {video_path}")

5. Converting a slideshow of images into a video: python from bigfoot_video_generator import VideoGenerator

generator = VideoGenerator(api_key="YOUR_API_KEY") # Replace with your Supermaker AI API key

image_paths = ["image1.jpg", "image2.png", "image3.jpeg", "image4.gif"] duration_per_image = 5 # seconds

video_path = generator.create_video_from_slideshow(image_paths, duration_per_image)

print(f"Video created successfully at: {video_path}")

Features

  • Simplified Video Generation: Provides a streamlined interface for creating videos.
  • Promotional Video Creation: Easily generate promotional videos from provided data.
  • Script-Based Video Generation: Create videos using a text script and corresponding images.
  • Video Clip Assembly: Combine pre-existing video clips into a cohesive video.
  • Dynamic Text Overlays: Add text overlays to videos with customizable positions and timings.
  • Slideshow to Video Conversion: Convert a series of images into a video slideshow.
  • API Integration: Seamlessly connects with the Supermaker AI platform.

License

MIT

This project is a gateway to the bigfoot-video-generator ecosystem. For advanced features and full capabilities, please visit: https://supermaker.ai/video/bigfoot-video-generator/

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigfoot_video_generator-1767666.962.997.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file bigfoot_video_generator-1767666.962.997.tar.gz.

File metadata

File hashes

Hashes for bigfoot_video_generator-1767666.962.997.tar.gz
Algorithm Hash digest
SHA256 09388e444a2602b37d542399bdc4a61e1a8ea0b3f85a23cfeaca1632a0806d89
MD5 0723ee9810fd0b0f8d5eff5f753a22eb
BLAKE2b-256 695287ef3ff4825f8ef42001c593fda34a4b78ee4d5bc3e8f29186c4d6413b12

See more details on using hashes here.

File details

Details for the file bigfoot_video_generator-1767666.962.997-py3-none-any.whl.

File metadata

File hashes

Hashes for bigfoot_video_generator-1767666.962.997-py3-none-any.whl
Algorithm Hash digest
SHA256 3638bdb5074ac7610b5f5e89c5fda8f4511685560e20917fc478ba7df9b9831a
MD5 788a04ec2f8d5422b35217fff395fdfe
BLAKE2b-256 da58e6635cc3d0758f985cab2465bd1fb2a5b5a375f15739ba1acd505a0122de

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1767666.962.997 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page