16 lines
306 B
JSON
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"
|
|
]
|
|
}
|