Skip to main content

Official Python SDK for iLoveVideoEditor — cloud video rendering API

Project description

iLoveVideoEditor Python SDK (High-Level Wrapper)

This is the official high-level Python SDK for iLoveVideoEditor. It wraps the auto-generated OpenAPI client with ergonomic method names, polling logic, and typed result objects.

Installation

pip install ilovevideoeditor-sdk

(Requires the generated OpenAPI client to be installed or bundled.)

Quick Start

from ilovevideoeditor import iLoveVideoEditorClient

client = iLoveVideoEditorClient(api_key="vf_live_xxx")

# Submit and poll until done
result = client.render(
    {"name": "Hello", "layers": [...]},
    on_progress=lambda status, progress: print(f"{status}{progress}%"),
)

print(result.download_url)

Methods

  • client.queue_render(video_json) → submit and return {"job_id", "status"}
  • client.render(video_json, ...) → submit + poll + return RenderResult
  • client.get_render(job_id) → get status
  • client.refresh_url(job_id) → fresh download URL
  • client.list_templates() → list public templates
  • client.get_template(id) → get single template

Project details


Download files

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

Source Distribution

ilovevideoeditor_sdk-1.0.0.tar.gz (83.8 kB view details)

Uploaded Source

Built Distribution

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

ilovevideoeditor_sdk-1.0.0-py3-none-any.whl (261.0 kB view details)

Uploaded Python 3

File details

Details for the file ilovevideoeditor_sdk-1.0.0.tar.gz.

File metadata

  • Download URL: ilovevideoeditor_sdk-1.0.0.tar.gz
  • Upload date:
  • Size: 83.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ilovevideoeditor_sdk-1.0.0.tar.gz
Algorithm Hash digest
SHA256 23b8d411b31135398dbb4e6d889737850ee6603a5e61a0aad5730ab6904c0989
MD5 b60e7a1937ca294c1188897e84ec1ce8
BLAKE2b-256 a53ba7f40eaa0b80c3754bae5d5f67f40bc02a14efc00e0ccfcc4401fbe05d29

See more details on using hashes here.

File details

Details for the file ilovevideoeditor_sdk-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ilovevideoeditor_sdk-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e8341c5dddb9ddda9b4e13920a2ed3abad7380a0de77a2dfa29a5b8977502eca
MD5 3300ee21d6bf450db777f0a8203fea8a
BLAKE2b-256 b12f4efd54b64a521514f2ad76328832fa4ccdc2f01035106058309d7a469cb0

See more details on using hashes here.

Supported by

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