mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-23 20:31:05 -05:00
23 lines
874 B
JSON
23 lines
874 B
JSON
{
|
|
"name": "VideoArchiver",
|
|
"author": ["Cline"],
|
|
"description": "A powerful Discord video archiver cog that automatically downloads and reposts videos from monitored channels. Features include:\n- GPU-accelerated video compression (NVIDIA, AMD, Intel)\n- Multi-core CPU utilization\n- Concurrent multi-video processing\n- Intelligent quality preservation\n- Support for multiple video sites\n- Customizable archive messages\n- Automatic cleanup",
|
|
"short": "Archive videos from Discord channels with GPU-accelerated compression",
|
|
"tags": [
|
|
"video",
|
|
"archive",
|
|
"download",
|
|
"compression",
|
|
"media"
|
|
],
|
|
"requirements": [
|
|
"yt-dlp>=2023.12.30",
|
|
"ffmpeg-python>=0.2.0",
|
|
"requests>=2.31.0"
|
|
],
|
|
"min_bot_version": "3.5.0",
|
|
"hidden": false,
|
|
"disabled": false,
|
|
"type": "COG"
|
|
}
|