{"id":21093812,"url":"https://github.com/phanletrunghieu/go-ffmpegbin","last_synced_at":"2025-08-09T02:18:39.611Z","repository":{"id":124048320,"uuid":"235133567","full_name":"phanletrunghieu/go-ffmpegbin","owner":"phanletrunghieu","description":"Video/Audio Encoder for Golang based on official FFmpeg distribution","archived":false,"fork":false,"pushed_at":"2020-10-30T06:54:45.000Z","size":4522,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T06:44:23.400Z","etag":null,"topics":["audio-encoder","ffmpeg","ffmpeg-wrapper","video-encoder"],"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/phanletrunghieu.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}},"created_at":"2020-01-20T15:28:59.000Z","updated_at":"2022-11-07T14:01:39.000Z","dependencies_parsed_at":"2024-06-20T13:01:19.284Z","dependency_job_id":"46681b39-1221-49ad-8e77-c9bb2b4a8ebd","html_url":"https://github.com/phanletrunghieu/go-ffmpegbin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/phanletrunghieu/go-ffmpegbin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanletrunghieu%2Fgo-ffmpegbin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanletrunghieu%2Fgo-ffmpegbin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanletrunghieu%2Fgo-ffmpegbin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanletrunghieu%2Fgo-ffmpegbin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phanletrunghieu","download_url":"https://codeload.github.com/phanletrunghieu/go-ffmpegbin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phanletrunghieu%2Fgo-ffmpegbin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261705432,"owners_count":23197367,"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","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":["audio-encoder","ffmpeg","ffmpeg-wrapper","video-encoder"],"created_at":"2024-11-19T22:12:39.570Z","updated_at":"2025-06-24T15:40:59.073Z","avatar_url":"https://github.com/phanletrunghieu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FFmpeg go wrapper\n\n## Example 1\n```golang\nNewFFmpeg().\n    InputFile(\"testdata/input.mp4\").\n    OutputFile(\"testdata/output.mp4\").\n    AudioBitrate(126000).\n    VideoBitrate(440000).\n    Preset(\"fast\").\n    Seek(3).\n    Duration(5).\n    Run()\n```\n\n## Example 2\n\n```golang\nfout, _ := os.Create(\"testdata/output.mp4\")\ndefer fout.Close()\n\nfin, _ := os.Open(\"testdata/input.mp4\")\n\nNewFFmpeg().\n    Input(fin).\n    Output(fout).\n    AudioBitrate(126000).\n    VideoBitrate(440000).\n    Preset(\"fast\").\n    Seek(3).\n    Duration(5).\n    Format(\"mp4\").\n    Movflags(\"+faststart\").\n    Run()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphanletrunghieu%2Fgo-ffmpegbin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphanletrunghieu%2Fgo-ffmpegbin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphanletrunghieu%2Fgo-ffmpegbin/lists"}