Files
2026-07-13 12:44:08 +08:00

16 lines
306 B
JSON

{
"$schema": "../../schemas/toolkit-schemas/toolkit.json",
"name": "Video Streaming",
"description": "Tools for video processing and streaming.",
"icon_name": "video-line",
"context_files": [
"GPU_COMPUTE.md",
"STORAGE.md"
],
"tools": [
"ffmpeg",
"ffprobe",
"ytdlp"
]
}