{"id":18086904,"url":"https://github.com/denismakogon/ffmpeg-alpine","last_synced_at":"2025-10-21T18:27:25.224Z","repository":{"id":79690753,"uuid":"133862943","full_name":"denismakogon/ffmpeg-alpine","owner":"denismakogon","description":"FFMPEG Linux Alpine 3.7 Docker images","archived":false,"fork":false,"pushed_at":"2020-07-20T23:17:55.000Z","size":18,"stargazers_count":29,"open_issues_count":1,"forks_count":31,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T00:52:21.604Z","etag":null,"topics":["alpine","alpine-linux","docker","docker-image","ffmpeg","multistage"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denismakogon.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}},"created_at":"2018-05-17T20:05:12.000Z","updated_at":"2023-08-22T12:39:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"f83529f7-80ed-4e6f-b9e0-35273cb1fe94","html_url":"https://github.com/denismakogon/ffmpeg-alpine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denismakogon/ffmpeg-alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Fffmpeg-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Fffmpeg-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Fffmpeg-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Fffmpeg-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denismakogon","download_url":"https://codeload.github.com/denismakogon/ffmpeg-alpine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Fffmpeg-alpine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265201553,"owners_count":23727007,"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":["alpine","alpine-linux","docker","docker-image","ffmpeg","multistage"],"created_at":"2024-10-31T16:59:23.251Z","updated_at":"2025-10-21T18:27:25.155Z","avatar_url":"https://github.com/denismakogon.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FFMPEG Linux Alpine 3.7 Docker images\n\nThese images were heavily inspired by [this image](https://hub.docker.com/r/jrottenberg/ffmpeg/).\nHowever with a lot changes like:\n\n - no more single Dockerfile (3 image layers: dependencies, build-stage, runtime)\n - no more forced multi-stage builds except those cases when final stage is vanilla operating system\n - alpine 3.7\n - ffmpeg 4.0 by default\n\n## Dependencies\n\n[Dependencies image](dependencies) contains all necessary libraries for FFMPEG built from source.\n\n## Build stage\n\n[Build-stage image](build-stage) contains only build of an FFMPEG with a copy of shared objects from the dependency image.\nImage size: 564MB\n\n## Runtime\n\n[Runtime image](runtime) contains a copy of binaries, includes, libraries and shares, i.e all necessary pieces for an FFMPEG.\nImage size: 69.5MB\n\n## Example application\n\n[ffmpeg tool image](example/ffmpeg-cli) is basically a containerized version of ffmpeg CLI tool. More to come.\nImage size: 69.5MB at minimum\n\n## Custom runtime\n\nIn order to get all necessary ffmpeg pieces you need to create a Dockerfile with the following instructions:\n```dockerfile\nFROM denismakogon/ffmpeg-alpine:4.0-buildstage as build-stage\nFROM \u003cyour-final-stage-image\u003e\n\nCOPY --from=build-stage /tmp/fakeroot/bin /usr/local/bin\nCOPY --from=build-stage /tmp/fakeroot/share /usr/local/share\nCOPY --from=build-stage /tmp/fakeroot/include /usr/local/include\nCOPY --from=build-stage /tmp/fakeroot/lib /usr/local/lib\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenismakogon%2Fffmpeg-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenismakogon%2Fffmpeg-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenismakogon%2Fffmpeg-alpine/lists"}