Skip to main content

seedance-ai-video

A Python library designed to simplify interaction with the seedance-ai-video platform. This package provides convenient tools for automating video-related tasks and showcasing the platform's core functionalities.

Installation

You can install seedance-ai-video using pip: bash pip install seedance-ai-video

Basic Usage Examples

Here are a few examples demonstrating how to use the seedance-ai-video library:

1. Generating a Simple Video Preview: python from seedance_ai_video import video_generator

Create a video preview using a sample image and text

video_generator.create_preview( image_path="path/to/your/image.jpg", text_overlay="Check out this awesome video!", output_path="preview.mp4" )

print("Video preview generated successfully!")

2. Adding Watermark to an Existing Video: python from seedance_ai_video import video_editor

Add a watermark to an existing video

video_editor.add_watermark( video_path="path/to/your/video.mp4", watermark_path="path/to/your/watermark.png", output_path="watermarked_video.mp4", position="top_right" # Can be top_left, top_right, bottom_left, bottom_right )

print("Watermark added to the video!")

3. Creating a Slideshow from Images: python from seedance_ai_video import slideshow_generator

Create a slideshow from a list of images

image_list = [ "path/to/image1.jpg", "path/to/image2.png", "path/to/image3.jpeg" ]

slideshow_generator.create_slideshow( image_paths=image_list, output_path="slideshow.mp4", transition_duration=1.5, # Duration of each transition in seconds slide_duration=5 # Duration of each slide in seconds )

print("Slideshow created successfully!")

4. Extracting Audio from a Video: python from seedance_ai_video import audio_extractor

Extract audio from a video file

audio_extractor.extract_audio( video_path="path/to/your/video.mp4", output_path="audio.mp3" )

print("Audio extracted successfully!")

5. Converting Video Format: python from seedance_ai_video import video_converter

Convert a video from one format to another

video_converter.convert_format( input_path="path/to/your/video.avi", output_path="converted_video.mp4", target_format="mp4" # Available formats depend on underlying libraries )

print("Video format converted successfully!")

Feature List

  • Video Preview Generation: Quickly generate previews from images with text overlays.
  • Watermark Addition: Easily add watermarks to existing video files.
  • Slideshow Creation: Create engaging slideshows from a list of images.
  • Audio Extraction: Extract audio tracks from video files.
  • Video Format Conversion: Convert videos between various formats.
  • Simple API: Provides a user-friendly and intuitive API for easy integration.
  • Cross-Platform Compatibility: Designed to work across different operating systems.

License

MIT License

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

Download files

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

Source Distribution

seedance_ai_video-1767581.341.557.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

seedance_ai_video-1767581.341.557-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file seedance_ai_video-1767581.341.557.tar.gz.

File metadata

File hashes

Hashes for seedance_ai_video-1767581.341.557.tar.gz
Algorithm Hash digest
SHA256 dec9bf48fe8a270eb2894c0693ea409c90c5c88c1d5b766c144e5fd5671731aa
MD5 a7c3fb984c67b54235a843a25955195f
BLAKE2b-256 dbce0c4ca445d7c2edc7a890ddc966dc16f8060ddc57a832d3a21c5eb2365849

See more details on using hashes here.

File details

Details for the file seedance_ai_video-1767581.341.557-py3-none-any.whl.

File metadata

File hashes

Hashes for seedance_ai_video-1767581.341.557-py3-none-any.whl
Algorithm Hash digest
SHA256 67ead07165e6ed6da754b7748a7e3d70805829a4fe8a97ceb9567d1f5ec97e23
MD5 126d14cd4a70e85d9a3fe14c9d795927
BLAKE2b-256 00a6663edf200d51abaed58e334d36e6afacb2c24195b55f0c7212d3b6ab78ee

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1767581.341.557 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