{"id":13908404,"url":"https://github.com/simonknittel/terraform-google-video-transcoding","last_synced_at":"2026-05-10T07:40:11.435Z","repository":{"id":96605188,"uuid":"294768098","full_name":"simonknittel/terraform-google-video-transcoding","owner":"simonknittel","description":"Terraform Module to transcode and serve videos via Google Cloud services.","archived":false,"fork":false,"pushed_at":"2020-09-20T17:30:27.000Z","size":47,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-09T17:05:36.754Z","etag":null,"topics":["google-cloud","mailgun","python","terraform","video-transcoding"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/simonknittel/video-transcoding/google/","language":"HCL","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/simonknittel.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}},"created_at":"2020-09-11T17:48:45.000Z","updated_at":"2022-10-21T03:44:04.000Z","dependencies_parsed_at":"2024-01-22T00:29:07.262Z","dependency_job_id":null,"html_url":"https://github.com/simonknittel/terraform-google-video-transcoding","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/simonknittel/terraform-google-video-transcoding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonknittel%2Fterraform-google-video-transcoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonknittel%2Fterraform-google-video-transcoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonknittel%2Fterraform-google-video-transcoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonknittel%2Fterraform-google-video-transcoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonknittel","download_url":"https://codeload.github.com/simonknittel/terraform-google-video-transcoding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonknittel%2Fterraform-google-video-transcoding/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502128,"owners_count":23618554,"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":["google-cloud","mailgun","python","terraform","video-transcoding"],"created_at":"2024-08-06T23:02:42.599Z","updated_at":"2025-10-29T23:48:52.184Z","avatar_url":"https://github.com/simonknittel.png","language":"HCL","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"\u003ch1 align=\"center\"\u003eVideo transcoding and serving via Google Cloud\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\u003cstrong\u003eTerraform Module to transcode and serve videos via Google Cloud services.\u003c/strong\u003e\u003c/p\u003e\n\n  \u003cp\u003eUses ffmpeg running on Google Cloud Functions for the transcoding process.\u003c/p\u003e\n\n  \u003ca href=\"https://registry.terraform.io/modules/simonknittel/video-transcoding/google/\" target=\"_blank\" rel=\"noopener\"\u003eModule on Terraform Registry\u003c/a\u003e\n\n  \u003chr\u003e\n\n  \u003cp\u003e\u003cem\u003ework in progress\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/simonknittel/terraform-google-video-transcoding/master/.github/assets/terraform-google-video-transcoding.svg\"\u003e\n\u003c/div\u003e\n\n## Usage\n\nMinimal setup:\n\n1. Create a Google Cloud project and service account\n2. Add the module to your main.tf\n3. Adjust the variables of the module to your needs\n\n```tf\n# main.tf\n\nmodule \"video-transcoding\" {\n  source = \"simonknittel/video-transcoding/google\"\n  version = \"0.1.0\"\n\n  project = \"\"\n  region = \"europe-west3\"\n  location = \"EUROPE-WEST3\"\n  service_account = \"serviceAccount:???@???.iam.gserviceaccount.com\"\n\n  video_input_bucket = \"\"\n  video_output_bucket = \"\"\n  function_sources_bucket = \"\"\n  function_name = \"\"\n}\n```\n\nSee [examples directory](./examples/) for more examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonknittel%2Fterraform-google-video-transcoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonknittel%2Fterraform-google-video-transcoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonknittel%2Fterraform-google-video-transcoding/lists"}