{"id":17991392,"url":"https://github.com/jareware/ffmpeg","last_synced_at":"2025-04-04T04:15:57.210Z","repository":{"id":35466099,"uuid":"39734170","full_name":"jareware/ffmpeg","owner":"jareware","description":"Docker-wrapper for ffmpeg from the Ubuntu Multimedia packages","archived":false,"fork":false,"pushed_at":"2015-07-26T17:41:23.000Z","size":132,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T21:44:05.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/jareware/ffmpeg/","language":null,"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/jareware.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}},"created_at":"2015-07-26T17:18:46.000Z","updated_at":"2021-03-13T13:21:46.000Z","dependencies_parsed_at":"2022-09-24T10:12:40.987Z","dependency_job_id":null,"html_url":"https://github.com/jareware/ffmpeg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jareware%2Fffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jareware","download_url":"https://codeload.github.com/jareware/ffmpeg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117762,"owners_count":20886439,"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":[],"created_at":"2024-10-29T19:21:41.230Z","updated_at":"2025-04-04T04:15:57.191Z","avatar_url":"https://github.com/jareware.png","language":null,"funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# jareware/ffmpeg\n\nDocker-wrapper for `ffmpeg` from the [Ubuntu Multimedia packages](https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media), with proper tags, convenient entrypoint, and one special location within the container:\n\n * `/data`, which is the default workdir. Use `-v` to mount any data you wish to operate on there.\n\n## Usage\n\nRunning the container without arguments gives you the usage info:\n\n```\n$ docker run -v $(pwd):/data jareware/ffmpeg\nffmpeg version N-73895-g323ec6b Copyright (c) 2000-2015 the FFmpeg developers\n  built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)\n...\n```\n\nOne nice feature of this build is the availability of the [`vidstabdetect`](https://www.ffmpeg.org/ffmpeg-filters.html#vidstabdetect-1) and [`vidstabtransform`](https://www.ffmpeg.org/ffmpeg-filters.html#vidstabtransform-1) filters. To stabilize that shaky GoPro footage for example:\n\n```\n$ docker run -v $(pwd):/data jareware/ffmpeg -i input.mp4 -vf vidstabdetect out.mp4\n$ docker run -v $(pwd):/data jareware/ffmpeg -i input.mp4 -vf vidstabtransform -y out.mp4\n```\n\n## Versioning\n\nThe tags match the wrapped ffmpeg release.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjareware%2Fffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjareware%2Fffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjareware%2Fffmpeg/lists"}