Skip to main content

veo: Automated Video Enhancement Library

veo is a Python library designed to automate and simplify interactions with the Supermaker AI video platform, showcasing its core capabilities. It provides a streamlined interface for programmatically enhancing and manipulating video content.

Installation

You can install veo using pip: bash pip install veo

Basic Usage

Here are a few examples demonstrating how to use the veo library. Remember to configure your API key or credentials according to the documentation on the Supermaker AI website.

Scenario 1: Basic Video Enhancement

This example demonstrates how to enhance a video using the default enhancement settings. python import veo

Assuming you have a video file named 'input.mp4'

input_video_path = 'input.mp4' output_video_path = 'enhanced_video.mp4'

try: veo.enhance_video(input_video_path, output_video_path) print(f"Video enhanced and saved to {output_video_path}") except Exception as e: print(f"An error occurred: {e}")

Scenario 2: Applying a Specific Style Transfer

This example shows how to apply a specific style transfer to a video. python import veo

input_video_path = 'input.mp4' output_video_path = 'styled_video.mp4' style_image_path = 'style_image.jpg' # Path to your style image

try: veo.apply_style_transfer(input_video_path, output_video_path, style_image_path) print(f"Video styled and saved to {output_video_path}") except Exception as e: print(f"An error occurred: {e}")

Scenario 3: Converting Video to Black and White

This shows how to convert a color video to a black and white video. python import veo

input_video_path = 'input.mp4' output_video_path = 'bw_video.mp4'

try: veo.convert_to_grayscale(input_video_path, output_video_path) print(f"Video converted to grayscale and saved to {output_video_path}") except Exception as e: print(f"An error occurred: {e}")

Scenario 4: Resizing Video

This shows how to resize a video. python import veo

input_video_path = 'input.mp4' output_video_path = 'resized_video.mp4' new_width = 640 new_height = 480

try: veo.resize_video(input_video_path, output_video_path, width=new_width, height=new_height) print(f"Video resized and saved to {output_video_path}") except Exception as e: print(f"An error occurred: {e}")

Features

  • Video Enhancement: Improve video quality with automated enhancement algorithms.
  • Style Transfer: Apply artistic styles to your videos using style transfer techniques.
  • Color Manipulation: Convert videos to grayscale or adjust color palettes.
  • Video Resizing: Easily resize videos to different dimensions.
  • Simplified API: A user-friendly interface for interacting with the Supermaker AI video platform.
  • Error Handling: Robust error handling to gracefully manage unexpected issues.
  • Cross-Platform Compatibility: Designed to work across different operating systems (Windows, macOS, Linux).

License

MIT License

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

Download files

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

Source Distribution

veo2-1767166.928.410.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

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

veo2-1767166.928.410-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file veo2-1767166.928.410.tar.gz.

File metadata

  • Download URL: veo2-1767166.928.410.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for veo2-1767166.928.410.tar.gz
Algorithm Hash digest
SHA256 4f854cc751991fcdf9eee05164ae17ddaa9ab845fd5b7010b5a365b5fce6c921
MD5 14fd7a77e5194a90dfe3d91f18958e5c
BLAKE2b-256 0db87b97523e8f788f6d6554d35bcc34e362220c62be712e404a32510f2f46a6

See more details on using hashes here.

File details

Details for the file veo2-1767166.928.410-py3-none-any.whl.

File metadata

  • Download URL: veo2-1767166.928.410-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for veo2-1767166.928.410-py3-none-any.whl
Algorithm Hash digest
SHA256 4f8c1bf949fa98558086bc9c94fcb2fb75b38bdebf3b47d617f15383cec83b84
MD5 f66de4c7fd8bf6611bc5a9e299b54003
BLAKE2b-256 606dff1016f07df31c37f01348bc9e62d28347f024b40b28c8c8aee9a64a213c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1767166.928.410 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