{"id":34910974,"url":"https://github.com/dennysora/auto-video-organize","last_synced_at":"2026-01-25T14:17:27.620Z","repository":{"id":328112382,"uuid":"1112916440","full_name":"DennySORA/Auto-Video-Organize","owner":"DennySORA","description":"Blazing fast CLI tool for automating video organization. Features batch HEVC encoding, file deduplication, contact sheet generation, and intelligent sorting.   Written in Rust.","archived":false,"fork":false,"pushed_at":"2025-12-26T10:47:30.000Z","size":127,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T20:23:43.384Z","etag":null,"topics":["automation","file-management","media-organization","rust","thumbnail-generator","tooling","video","video-compression","video-organize","video-processing"],"latest_commit_sha":null,"homepage":"https://github.com/DennySORA/Auto-Video-Organize","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DennySORA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-09T09:21:37.000Z","updated_at":"2025-12-26T10:47:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/DennySORA/Auto-Video-Organize","commit_stats":null,"previous_names":["dennysora/auto_video_organize","dennysora/auto-video-organize"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/DennySORA/Auto-Video-Organize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennySORA%2FAuto-Video-Organize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennySORA%2FAuto-Video-Organize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennySORA%2FAuto-Video-Organize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennySORA%2FAuto-Video-Organize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DennySORA","download_url":"https://codeload.github.com/DennySORA/Auto-Video-Organize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DennySORA%2FAuto-Video-Organize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","file-management","media-organization","rust","thumbnail-generator","tooling","video","video-compression","video-organize","video-processing"],"created_at":"2025-12-26T11:14:26.493Z","updated_at":"2026-01-13T21:00:05.147Z","avatar_url":"https://github.com/DennySORA.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[繁體中文](doc/README.zh-TW.md) | [简体中文](doc/README.zh-CN.md) | [日本語](doc/README.ja.md)\n\n# Auto Video Organize\n\n### Overview\nThis repository focuses on consistent releases, reliable automation, and clear project documentation. The README stays intentionally high-level and avoids implementation details.\n\n### Features\nThis tool provides a suite of utilities to manage large video collections:\n\n- **Video Encoder**: Batch converts videos to HEVC/x265 format using FFmpeg to save space while maintaining quality.\n- **Duplication Checker**: Identifies duplicate files using BLAKE3 hashing and moves them to a separate directory to clean up storage.\n- **Contact Sheet Generator**: Automatically generates contact sheet images for videos. It uses scene detection to pick meaningful timestamps and processes thumbnails in parallel for speed.\n- **Auto Move by Type**: Scans a directory and organizes files into subfolders based on their file extensions.\n- **Orphan File Mover**: Detects and relocates \"orphan\" files—such as sidecar files or thumbnails that no longer have a corresponding video file.\n- **Video Renamer**: Sorts video files by their duration and renames them to maintain a specific order.\n\n### Install\nOne-line install (builds from source):\n```bash\ncurl -fsSL https://raw.githubusercontent.com/DennySORA/Auto-Video-Organize/main/install.sh | bash\n```\n\nRequirements:\n- `git`\n- Rust toolchain (`cargo`)\n\nRelease binaries (recommended):\n1. Download the asset matching your OS/arch from GitHub Releases.\n2. Extract it (`.tar.gz` on macOS/Linux, `.zip` on Windows).\n3. Move the binary to a directory on your `PATH` (e.g. `~/.local/bin`).\n\nSource build (manual):\n1. `git clone https://github.com/DennySORA/Auto-Video-Organize.git`\n2. `cd Auto-Video-Organize`\n3. `cargo build --release --locked`\n4. Copy `target/release/auto_video_organize` to a directory on your `PATH`.\n\nScript options:\n- `REF` to select a tag/branch (default: `main`).\n- `PREFIX` or `BIN_DIR` to change the install location.\n\n### CI/CD\n- Security scanning for dependency advisories\n- Unit tests on every push and pull request\n- Automatic Release creation when a tag is pushed (e.g. v1.2.3)\n- Release assets include prebuilt binaries\n\n### Contributing\nOpen an issue or pull request with a clear scope and rationale.\n\n### Support\nUse GitHub Issues for questions and requests.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennysora%2Fauto-video-organize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennysora%2Fauto-video-organize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennysora%2Fauto-video-organize/lists"}