Minimal video generation and processing library.
Project description
videopython
Minimal, LLM-friendly Python library for programmatic video editing, processing, and AI video workflows.
Full documentation: videopython.com
Disclaimer: This project started as a hand-written hobby project, but most of the code is now produced by LLM agents. Humans still drive direction, approve changes, and own design decisions.
Installation
# Install FFmpeg first (macOS: brew install ffmpeg | Debian: apt-get install ffmpeg)
pip install videopython # core video/audio editing
pip install "videopython[ai]" # + local AI features (GPU recommended)
Python >=3.10, <3.14. AI features run locally — no cloud API keys required, but model weights are downloaded on first use.
Quick Start
JSON editing plans
A VideoEdit is a multi-segment plan, defined as a dict (or JSON), validated and executed against the source files:
from videopython.editing import VideoEdit
edit = VideoEdit.from_dict({
"segments": [{
"source": "raw.mp4",
"start": 10.0,
"end": 20.0,
"operations": [
{"op": "resize", "width": 1080, "height": 1920},
{"op": "color_adjust", "saturation": 1.15, "contrast": 1.05},
{"op": "fade", "mode": "in", "duration": 0.5},
],
}],
})
edit.validate() # dry-run via metadata, no frames loaded
edit.run_to_file("output.mp4") # streams ffmpeg decode → effects → encode
run_to_file() streams ffmpeg decode → per-frame effects → encode, so memory stays bounded even for hour-long sources. Use edit.run() to get a Video back in memory instead.
AI generation
from videopython.ai import TextToImage, ImageToVideo, TextToSpeech
image = TextToImage().generate_image("A cinematic mountain sunrise")
video = ImageToVideo().generate_video(image=image)
audio = TextToSpeech().generate_audio("Welcome to videopython.")
video.add_audio(audio).save("ai_video.mp4")
LLM & AI Agent Integration
Every operation is a Pydantic model whose fields ARE the JSON wire format. VideoEdit.json_schema() returns a JSON Schema with a discriminated union over every registered Operation — pass it straight to Anthropic tool use, OpenAI function calling, or any structured-output API. Then edit.validate() dry-runs the plan via metadata before any frames are loaded, so a failed LLM output can be fed back as an error and retried cheaply.
See the LLM Integration Guide for end-to-end examples, validation error loops, and operation discovery patterns.
Features
videopython.base—Video,VideoMetadata,FrameIterator,ImageText,Transcription, and shared result types (BoundingBox,FaceTrack,SceneBoundary, ...). No AI dependencies.videopython.audio—Audiowith overlay, concat, normalize, time-stretch, silence detection, segment classification.videopython.editing—Operation/Effectfoundation,VideoEditplan runner with JSON Schema + streaming execution. Transforms (cut, resize, crop, fps, speed, reverse, freeze, silence removal) and effects (blur, zoom, color grading, vignette, Ken Burns, fade, overlays, animated subtitles).videopython.ai(install with[ai]) — generation (TextToVideo,ImageToVideo,TextToImage,TextToSpeech,TextToMusic), understanding (AudioToText,AudioClassifier,SceneVLM,FaceTracker,SemanticSceneDetector),FaceTrackingCroptransform, and the full-pipelineVideoAnalyzer.videopython.ai.dubbing—VideoDubberfor voice-cloned revoicing with timing sync.
Examples
Development
See DEVELOPMENT.md for local setup, testing, and contribution workflow.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file videopython-0.33.3.tar.gz.
File metadata
- Download URL: videopython-0.33.3.tar.gz
- Upload date:
- Size: 527.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b482ae21456c2232e29850ed6f2f9a7dd702ec7d50c7d8a32b361021797e88
|
|
| MD5 |
338c1b0e2eb591c4929c5b8ea4ddd4c5
|
|
| BLAKE2b-256 |
e1d41b7e6f1ca01bb83f9292c944733554f486499c2054a8a8dcfb2b5ebf3ba7
|
Provenance
The following attestation bundles were made for videopython-0.33.3.tar.gz:
Publisher:
publish.yml on BartWojtowicz/videopython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
videopython-0.33.3.tar.gz -
Subject digest:
e5b482ae21456c2232e29850ed6f2f9a7dd702ec7d50c7d8a32b361021797e88 - Sigstore transparency entry: 1550711185
- Sigstore integration time:
-
Permalink:
BartWojtowicz/videopython@d9aadf359ba3ed3e6aaaf19a09af0d7e158f0d87 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/BartWojtowicz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d9aadf359ba3ed3e6aaaf19a09af0d7e158f0d87 -
Trigger Event:
push
-
Statement type:
File details
Details for the file videopython-0.33.3-py3-none-any.whl.
File metadata
- Download URL: videopython-0.33.3-py3-none-any.whl
- Upload date:
- Size: 551.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0380df0687b3dd613706f3345f34b2ee952a300e475e109aea81ee9d1abbb4d
|
|
| MD5 |
c37485bf2c5b62dd955b9807d16ec315
|
|
| BLAKE2b-256 |
8de15035a45cd5133793ab79f856ed6a61c1d8e62f7a43f385a57c8322f1ad11
|
Provenance
The following attestation bundles were made for videopython-0.33.3-py3-none-any.whl:
Publisher:
publish.yml on BartWojtowicz/videopython
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
videopython-0.33.3-py3-none-any.whl -
Subject digest:
c0380df0687b3dd613706f3345f34b2ee952a300e475e109aea81ee9d1abbb4d - Sigstore transparency entry: 1550711288
- Sigstore integration time:
-
Permalink:
BartWojtowicz/videopython@d9aadf359ba3ed3e6aaaf19a09af0d7e158f0d87 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/BartWojtowicz
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d9aadf359ba3ed3e6aaaf19a09af0d7e158f0d87 -
Trigger Event:
push
-
Statement type: