Video processing helpers for the twat plugin ecosystem
Project description
twat-video
twat-video is the video domain package for the twat plugin ecosystem. It builds reusable, testable ffmpeg command wrappers and delegates AI video generation to twat_genai when such provider engines are available.
Font-organizer preservation
This repository used to package font_organizer. The canonical copy now exists in plugins/repos/twat_font as twat_font, with the same organizer/core modules and CLI surface. The old source tree is left in this repo only as historical material; the build now packages src/twat_video.
Requirements
Install ffmpeg and ffprobe for real media processing. Tests exercise command construction with dry_run=True and do not require media binaries.
Python API
from twat_video import crop_scale, import_audio, split_segment
crop_scale("input.mp4", "square.mp4", crop="1080:1080:420:0", scale="720:720")
split_segment("input.mp4", "clip.mp4", start=12.5, duration=4.0)
import_audio("silent.mp4", "voice.wav", "dubbed.mp4")
Implemented deterministic helpers:
- ffmpeg boundary:
run_command,run_ffmpeg,probe_video. - video geometry/timing:
crop_scale,change_fps,split_segment,reverse_video. - composition:
merge_by_gap,ken_burns. - audio/subtitle operations:
import_audio,extract_subtitles,repair_srt_text,add_reverb. - visual effect:
add_grain.
CLI
python -m twat_video --help
python -m twat_video crop-scale in.mp4 out.mp4 --crop 1080:1080:420:0 --scale 720:720 --dry-run
python -m twat_video fps in.mp4 out.mp4 24 --dry-run
python -m twat_video split in.mp4 clip.mp4 --start 1.5 --duration 3 --dry-run
python -m twat_video import-audio silent.mp4 voice.wav dubbed.mp4 --dry-run
python -m twat_video ken-burns still.png out.mp4 --duration 5 --dry-run
AI video boundary
generate_video() is a narrow adapter. It imports twat_genai and calls a future twat_genai.generate_video provider API if present; it does not embed SkyReels, WAN, Chutes, or other provider clients.
Reference scripts
Reusable patterns from vidcropscale.py, vidfps, vidframedrop.py, vidsplit.py, vidreverse, vidmergebygap.py, vidkenburns.py, vidgrainer.py, vidreverb.py, vidimportaudio, mkv2srt.py, and srtmultifix.py are represented as package APIs.
Watermark removal, menu-bar automation, JSON presets, batch shell wrappers, and local renaming/upload workflows remain in reference/bin-img-vid/ because they are workstation-specific one-offs or policy-sensitive scripts rather than reusable package behavior.
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 twat_video-2.1.8.tar.gz.
File metadata
- Download URL: twat_video-2.1.8.tar.gz
- Upload date:
- Size: 86.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b73a3f49e6e71328af31387bdc5de006c3b127669d9be43893d5ebb71856324
|
|
| MD5 |
fdd66a2734692361b22ba4ee228615ce
|
|
| BLAKE2b-256 |
86361ae5ed9d894549c7f85f09e85ba09486931c275050516a6722159700494e
|
File details
Details for the file twat_video-2.1.8-py3-none-any.whl.
File metadata
- Download URL: twat_video-2.1.8-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c123e1549ac5a3ea982f608027f7c78a3e0f7dae57088c877af551191d719e2a
|
|
| MD5 |
1045ad607639463fa5aed635544325f7
|
|
| BLAKE2b-256 |
5bf4e472dc15e9c7838838231d1edcad857913c1ef5a1fd3a1d54fe4a84c909e
|