skills/skills.volces.com/byted-tos-video-process

byted-tos-video-process

Installation
SKILL.md

Bytedance TOS Video Process Skill

This skill provides essential video processing functions for video files stored in Bytedance's TOS (TeraObjectStore). It allows you to retrieve video metadata and perform single-frame or multi-frame snapshots directly using the Volcengine TOS SDK.

Quick Start

1. Client Initialization

The following Python snippet demonstrates how to initialize the TosClientV2 from environment variables.

import os
import tos
from tos.exceptions import TosClientError, TosServerError
Installs
24
First Seen
Apr 1, 2026
byted-tos-video-process from skills.volces.com