{"id":30899067,"url":"https://github.com/alexdogonin/go-ffmpeg","last_synced_at":"2025-09-09T02:11:19.527Z","repository":{"id":57517451,"uuid":"246835676","full_name":"alexdogonin/go-ffmpeg","owner":"alexdogonin","description":"Go binding to FFmpeg","archived":false,"fork":false,"pushed_at":"2020-09-15T07:41:00.000Z","size":85,"stargazers_count":20,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-15T16:40:51.689Z","etag":null,"topics":["ffmpeg","ffmpeg-wrapper","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/alexdogonin.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}},"created_at":"2020-03-12T13:02:25.000Z","updated_at":"2025-01-16T13:00:43.000Z","dependencies_parsed_at":"2022-09-15T21:52:36.720Z","dependency_job_id":null,"html_url":"https://github.com/alexdogonin/go-ffmpeg","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alexdogonin/go-ffmpeg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdogonin%2Fgo-ffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdogonin%2Fgo-ffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdogonin%2Fgo-ffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdogonin%2Fgo-ffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexdogonin","download_url":"https://codeload.github.com/alexdogonin/go-ffmpeg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdogonin%2Fgo-ffmpeg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231860,"owners_count":25245858,"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-09T02:00:10.223Z","response_time":80,"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-wrapper","go","golang"],"created_at":"2025-09-09T02:11:18.357Z","updated_at":"2025-09-09T02:11:19.507Z","avatar_url":"https://github.com/alexdogonin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# go-ffmpeg\n\nGo binding to FFmpeg\n\n## Installation\n\n### Install ffpeg libraries\n\n#### Solus\n\n```bash\neopkg it pkg-config ffmpeg-devel\n```\n\n#### Ubuntu\n\n```bash\napt install pkg-config libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libswresample-dev\n```\n\n#### Source code\n\n```bash\ngit clone https://github.com/FFmpeg/FFmpeg.git ffmpeg\ncd ffmpeg\n./configure\nmake\nmake install\n```\n\n#### Required versions\n\nlibavcodec \u003e= 58  \nlibavformat \u003e= 58  \nlibavutil \u003e= 56  \nlibswresample \u003e= 3  \nlibswscale \u003e= 5  \n\n## go-ffmpeg installation\n\n```bash\ngo get github.com/alexdogonin/go-ffmpeg\n```\n\n## Usage\n\nsee [examples](https://github.com/alexdogonin/go-ffmpeg/tree/master/examples) directory\n\n## TODO\n\n- [ ] add minimal tools number sufficient for this works:\n  - [x] encoding - generate video from image and audio track\n  - [ ] decoding - generate number of images and audio file from video\n  - [ ] rescaling video\n  - [ ] resampling audio\n  - [ ] convert formats\n- [ ] refactor code, reducing type dependencies among themselves\n- [ ] restructure code to use go types instead FFmpeg types everywheare it possible (e.g. AVIOContext -\u003e io.Writer)\n- [ ] add comprehensive documentation\n- [ ] (maybe never) rewrite code with pure go, rejection of cgo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexdogonin%2Fgo-ffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexdogonin%2Fgo-ffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexdogonin%2Fgo-ffmpeg/lists"}