{"id":37135604,"url":"https://github.com/zeozeozeo/teacrush","last_synced_at":"2026-01-14T15:48:41.455Z","repository":{"id":329544005,"uuid":"1110750477","full_name":"zeozeozeo/teacrush","owner":"zeozeozeo","description":"Compresses your videos down to a set size","archived":false,"fork":false,"pushed_at":"2025-12-20T11:01:20.000Z","size":73,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-22T14:42:39.118Z","etag":null,"topics":["8mb","amf","av1","bubbletea","cli","discord","ffmpeg","ffmpreg","h264","hevc","nvenc","qsv","tui","two-pass-encoding","video-compress","video-compression","video-compressor","vp9"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeozeozeo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05T16:59:54.000Z","updated_at":"2025-12-21T03:49:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zeozeozeo/teacrush","commit_stats":null,"previous_names":["zeozeozeo/teacrush"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zeozeozeo/teacrush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeozeozeo%2Fteacrush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeozeozeo%2Fteacrush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeozeozeo%2Fteacrush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeozeozeo%2Fteacrush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeozeozeo","download_url":"https://codeload.github.com/zeozeozeo/teacrush/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeozeozeo%2Fteacrush/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28425028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["8mb","amf","av1","bubbletea","cli","discord","ffmpeg","ffmpreg","h264","hevc","nvenc","qsv","tui","two-pass-encoding","video-compress","video-compression","video-compressor","vp9"],"created_at":"2026-01-14T15:48:40.627Z","updated_at":"2026-01-14T15:48:41.441Z","avatar_url":"https://github.com/zeozeozeo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teacrush\n\nA [Bubble Tea](https://github.com/charmbracelet/bubbletea) TUI app for compressing videos down to a certain size. Basically like [8mb.video](https://8mb.video/) but locally.\n\nhttps://github.com/user-attachments/assets/dbc959b8-cb32-4400-8369-b703c0f47ad0\n\nYou need [FFmpeg](https://www.ffmpeg.org/download.html) installed for this to work.\n\n\u003e [!NOTE]\n\u003e Do not use the FFmpeg that comes bundled with your Python installation with this (you can check that by running `which ffmpeg` or `where ffmpeg` on Windows).\n\u003e If it is located in the Python installation directory, make sure you have your FFmpeg build higher than Python in PATH.\n\n## Installation\n\nInstall [Go](https://go.dev/dl/) if you haven't already.\n\n```console\ngo install github.com/zeozeozeo/teacrush@latest\n```\n\n## Usage\n\n```\n$ teacrush -h\nTeacrush\n\nUsage:\n  teacrush [input_file] [flags]\n\nFlags:\n  -gif                Encode to GIF\n  -apng               Encode to animated PNG\n  -avif               Encode to animated AVIF\n  -o [file]           Output file path\n  -v                  Verbose mode (show command)\n  -trim [start] [end] Trim video (e.g. -trim 00:01:00 00:02:00 or -trim 1s 5s)\n  -h, --help, ?       Show this help message\n```\n\n## Encoder preset mapping\n\n| Level        | SVT-AV1 | rav1e   | VP9 | AOM-AV1 | H.264 / H.265 | NVENC | AMF (H.264/HEVC) | AMF (AV1)    | QSV      |\n| :----------- | :------ | :------ | :-- | :------ | :------------ | :---- | :--------------- | :----------- | :------- |\n| **Fastest**  | P12[^1] | S10[^2] | S8  | CPU 8   | ultrafast     | p1    | speed            | speed        | veryfast |\n| **Faster**   | P10     | S8      | S7  | CPU 7   | veryfast      | p2    | speed            | balanced     | faster   |\n| **Balanced** | P8      | S6      | S6  | CPU 6   | faster        | p4    | balanced         | quality      | balanced |\n| **Better**   | P6      | S4      | S4  | CPU 4   | medium        | p6    | quality          | high_quality | slow     |\n| **Best**     | P4      | S2      | S1  | CPU 3   | veryslow      | p7    | quality          | high_quality | veryslow |\n\n[^1]: P = `-preset`\n\n[^2]: S = `-speed`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeozeozeo%2Fteacrush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeozeozeo%2Fteacrush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeozeozeo%2Fteacrush/lists"}