{"id":31274087,"url":"https://github.com/annimon/effy","last_synced_at":"2026-04-03T00:26:35.744Z","repository":{"id":315133748,"uuid":"1058243033","full_name":"aNNiMON/effy","owner":"aNNiMON","description":"TUI FFmpeg Helper","archived":false,"fork":false,"pushed_at":"2025-09-16T21:13:33.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-16T23:19:00.218Z","etag":null,"topics":["ffmpeg","ffmpeg-command","ratatui","rust","tui","video-processing"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aNNiMON.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-09-16T20:25:42.000Z","updated_at":"2025-09-16T20:59:58.000Z","dependencies_parsed_at":"2025-09-16T23:19:41.135Z","dependency_job_id":"55324357-f192-4542-a520-1133b5687c76","html_url":"https://github.com/aNNiMON/effy","commit_stats":null,"previous_names":["annimon/effy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aNNiMON/effy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aNNiMON","download_url":"https://codeload.github.com/aNNiMON/effy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276661888,"owners_count":25682025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ffmpeg","ffmpeg-command","ratatui","rust","tui","video-processing"],"created_at":"2025-09-23T22:34:43.224Z","updated_at":"2026-04-03T00:26:35.732Z","avatar_url":"https://github.com/aNNiMON.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# effy\n\nA small and friendly terminal FFmpeg helper that simplifies common tasks.\n\n[![Documentation](https://img.shields.io/badge/documentation-blue?style=for-the-badge)](https://projects.annimon.com/projects/effy)\n[![GitHub Release](https://img.shields.io/github/v/release/annimon/effy?include_prereleases\u0026sort=semver\u0026style=for-the-badge)](https://github.com/aNNiMON/effy/releases)\n[![](https://img.shields.io/badge/Ratatui-000?logo=ratatui\u0026logoColor=fff\u0026style=for-the-badge)](https://ratatui.rs/)\n\n\u003cdiv align=\"center\"\u003e\n\n  [![effy TUI](../docs/docs/assets/effy.png?raw=true)  \n  \u003csup\u003e**Click to view GIF**\u003c/sup\u003e](https://raw.githubusercontent.com/aNNiMON/effy/refs/heads/docs/docs/assets/main.gif)\n\n\u003c/div\u003e\n\n## Features\n\n- change a video resolution, bitrate, frame rate, speed\n- change an audio bitrate, volume, pitch, tempo\n- apply audio effects (crystalizer)\n- extract or remove audio from the video\n- trim video/audio\n- use hardware acceleration\n- apply presets (preload in the UI, or immediately from the CLI)\n\n## Usage\n\n\u003e [!IMPORTANT]\n\u003e `ffmpeg` and `ffprobe` must be [installed](https://ffmpeg.org/download.html) and available in the `PATH` env variable\n\n```bash\neffy input.mp4\neffy \"https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4\"\n\n# Presets\neffy --preset \"noaudio=1;scale=250;output=mp4\" input.mp4\neffy --preset \"noaudio=1;scale=250;output=mp4\" --apply input.mp4\n```\n\n## Install\n\nDownload pre-compiled binaries from [Releases](https://github.com/aNNiMON/effy/releases)\n\nOr install using `cargo`:\n\n```bash\ncargo install --locked effy\n```\n\nOr compile from source:\n\n1. Install [Rustup](https://rustup.rs/)\n2. Clone this repo\n3. `cargo build --release`\n4. Navigate to `./target/release` and look for `effy` binary\n\n\n## Telegram bot\n\nIf you're looking for a self-hosted server-side alternative that works with Telegram media, look no further: [effybot](https://github.com/aNNiMON/effybot)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannimon%2Feffy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fannimon%2Feffy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannimon%2Feffy/lists"}