A powerful command-line tool to manage, optimize, and organize your media library.
Easily compress videos, audios, and images with FFmpeg, remove duplicates, organize files, generate reports, and extract metadata β all from a single CLI.
For Hackathon Raptors
--transcodeβ Re-encode media- Video β H.265 (
libx265) - Audio β Opus (
.opus) - Images β WebP (
.webp)
- Video β H.265 (
--replaceβ Replace originals with optimized versions--quality {low|medium|high}β Set compression quality--thread Nβ Process files in parallel with N threads
--dedupβ Detect and remove duplicate files (SHA256 hash)--organize {type|size|date}β Organize files into subfolders--compress {zip|tar}β Compress the final folder into ZIP or TAR
--backup-dir <path>β Save original files in backup folder--undoβ Restore files from backup
--verboseβ Show detailed logs and executed commands--reportβ Generate summary of folder (total files, size, types, largest/smallest)--analyzeβ Inspect technical details (codec, resolution, duration, bitrate)--metadataβ Extract and display EXIF / media metadata
FFMPEG DOWLOAD LINK:- https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip