{"id":19050788,"url":"https://github.com/nicka/lambda-ffmpeg-docker","last_synced_at":"2025-09-07T05:32:24.707Z","repository":{"id":56027159,"uuid":"66827713","full_name":"nicka/lambda-ffmpeg-docker","owner":"nicka","description":"Image that (very closely) mimics the live AWS Lambda environment with FFmpeg support.","archived":false,"fork":false,"pushed_at":"2020-11-30T12:22:04.000Z","size":1064,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T19:39:51.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/nicka.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":"2016-08-29T08:56:12.000Z","updated_at":"2024-10-12T10:35:47.000Z","dependencies_parsed_at":"2022-08-15T11:40:44.993Z","dependency_job_id":null,"html_url":"https://github.com/nicka/lambda-ffmpeg-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicka/lambda-ffmpeg-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicka%2Flambda-ffmpeg-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicka%2Flambda-ffmpeg-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicka%2Flambda-ffmpeg-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicka%2Flambda-ffmpeg-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicka","download_url":"https://codeload.github.com/nicka/lambda-ffmpeg-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicka%2Flambda-ffmpeg-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273997170,"owners_count":25204491,"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-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-11-08T23:16:17.157Z","updated_at":"2025-09-07T05:32:24.225Z","avatar_url":"https://github.com/nicka.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Lambda with FFmpeg\n\nImage that (very closely) mimics the live AWS Lambda environment with FFmpeg support.\n\nBased on the wonderful: https://hub.docker.com/r/lambci/lambda/\n\n## Prerequisites\n\nYou'll need Docker installed\n\n### Copy over compiled binaries to your Lambda package\n\n```bash\nid=$(docker create nicka/lambda-ffmpeg)\ndocker cp $id:/ffmpeg/binaries ../REPLACEME\ndocker cp $id:/usr/bin/ffmpeg ../REPLACEME/\ndocker cp $id:/usr/bin/ffprobe ../REPLACEME/\ndocker rm -v $id\n```\n\n### Test object within Lambda like environment\n\nBe sure to create a `.env.aws` file.\n\n```\ndocker run --env-file .env.aws  nickdenengelsman/lambda-ffmpeg (samples|tracks|revisions) 07cdf0c8-bed0-4531-bafb-703b74410ac5 (aac|wav|m4a|ogg|mp3)\n```\n\n### TODO's\n\n- [ ] Make `libx265` compiling work\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicka%2Flambda-ffmpeg-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicka%2Flambda-ffmpeg-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicka%2Flambda-ffmpeg-docker/lists"}