byted-byteplus-vod-video-enhancement
Installation
SKILL.md
VOD_video enhancement
Uploads video/audio to a BytePlus VOD space (from a local file or a public URL) and returns a vid://vxxxx reference. Additionally provides AI-based comprehensive quality restoration that removes compression artifacts, noise, and scratches from ingested videos, improving overall clarity and color rendition.
Prerequisites
- Environment variables (required, can be configured via a
.envfile in the working directory — the scripts will load it automatically):BYTEPLUS_ACCESSKEY— BytePlus Access KeyBYTEPLUS_SECRETKEY— BytePlus Secret KeyVOD_SPACE_NAME— VOD space name
- Execution: examples use
uv run python ...(if the host environment can run Python directly,python scripts/...also works).