{"id":13908522,"url":"https://github.com/magiclen/ubuntu-ffffmpeg","last_synced_at":"2025-04-10T20:15:25.612Z","repository":{"id":49763446,"uuid":"517982526","full_name":"magiclen/ubuntu-ffffmpeg","owner":"magiclen","description":"Full-featured FFmpeg on Ubuntu. Use Docker to compile.","archived":false,"fork":false,"pushed_at":"2024-10-02T08:38:50.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T17:55:20.520Z","etag":null,"topics":["docker","ffmpeg","ubuntu"],"latest_commit_sha":null,"homepage":"","language":null,"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/magiclen.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":"2022-07-26T08:47:29.000Z","updated_at":"2024-10-08T21:45:22.000Z","dependencies_parsed_at":"2024-04-16T03:43:14.202Z","dependency_job_id":"6b7056c9-f05e-4d41-9fcc-1cf0cfee609f","html_url":"https://github.com/magiclen/ubuntu-ffffmpeg","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/magiclen%2Fubuntu-ffffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fubuntu-ffffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fubuntu-ffffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fubuntu-ffffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiclen","download_url":"https://codeload.github.com/magiclen/ubuntu-ffffmpeg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248288736,"owners_count":21078907,"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":["docker","ffmpeg","ubuntu"],"created_at":"2024-08-06T23:02:47.535Z","updated_at":"2025-04-10T20:15:25.588Z","avatar_url":"https://github.com/magiclen.png","language":null,"funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"Full-featured FFmpeg on Ubuntu\n==========\n\nThis project aims to provide Dockerfile(s) to compile full-featured FFmpeg executable files with **dynamic-linking** on Ubuntu-based Linux distributions.\n\n#### Why not static?\n\nIf someone only uses Ubuntu and have no need to cross compile FFmpeg for other platform, dynamic linking can help re-using a lot of shared libraries and generating smaller and more efficient executable files.\n\nHowever, this project still uses some static libraries which are useful but not provided by Ubuntu software repositories.\n\n## Getting Start\n\n#### Install Docker\n\n```bash\nsudo apt install docker docker-buildx\n```\n\n#### Compile\n\n```bash\ndocker build -t ffmpeg-build -f Dockerfile.\u003cubuntu_name\u003e .\ndocker run -v \"$(pwd)/output\":/output --name ffmpeg-build ffmpeg-build\n```\n\n`\u003cubuntu_name\u003e` can be `Jammy` (22.04), `Noble` (24.04).\n\nNow, the executable files should be in the `./output` directory.\n\n#### Clean Up\n\n```bash\ndocker rm ffmpeg-build\ndocker image rm ffmpeg-build \u0026\u0026 docker image prune\n```\n\n## Run FFmpeg Executable Files\n\n1. Open the Dockerfile you used. \n2. Copy the `apt install` command in the runtime environment stage.\n3. Run the command in the Ubuntu system that you want to run FFmpeg executable files (to fix shared libraries not found issues).\n\n#### Are these executable files Debian-compatible?\n\nNo. Even though Ubuntu is based on Debian, their software sources are somewhat different. Maybe you can find replaceable packages but I would recommend just modify the base image written in the Dockerfile of this project to a corresponding Debian image and build it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Fubuntu-ffffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclen%2Fubuntu-ffffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Fubuntu-ffffmpeg/lists"}