{"id":29832018,"url":"https://github.com/membraneframework/membrane_transcoder_plugin","last_synced_at":"2025-07-29T11:14:03.399Z","repository":{"id":262828319,"uuid":"887919802","full_name":"membraneframework/membrane_transcoder_plugin","owner":"membraneframework","description":"Membrane plugin providing audio and video transcoding capabilities","archived":false,"fork":false,"pushed_at":"2025-07-10T08:59:29.000Z","size":1783,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T17:16:21.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/membraneframework.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":"2024-11-13T14:07:32.000Z","updated_at":"2025-07-10T08:59:18.000Z","dependencies_parsed_at":"2025-02-04T13:31:03.702Z","dependency_job_id":"2febc8dc-2038-496c-bb81-e772263d76c2","html_url":"https://github.com/membraneframework/membrane_transcoder_plugin","commit_stats":null,"previous_names":["membraneframework/membrane_transcoder_plugin"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/membraneframework/membrane_transcoder_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_transcoder_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_transcoder_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_transcoder_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_transcoder_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/membraneframework","download_url":"https://codeload.github.com/membraneframework/membrane_transcoder_plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_transcoder_plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267677763,"owners_count":24126317,"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-07-29T02:00:12.549Z","response_time":2574,"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":"2025-07-29T11:14:02.624Z","updated_at":"2025-07-29T11:14:03.384Z","avatar_url":"https://github.com/membraneframework.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Membrane Transcoder Plugin\n\n[![Hex.pm](https://img.shields.io/hexpm/v/membrane_transcoder_plugin.svg)](https://hex.pm/packages/membrane_transcoder_plugin)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_transcoder_plugin)\n[![CircleCI](https://circleci.com/gh/membraneframework/membrane_transcoder_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_transcoder_plugin)\n\nThis repository provides `Membrane.Transcoder` which is a bin that is capable\nof transcoding the input audio or video stream into the descired one specified\nwith simple declarative API.\n\nIt's a part of the [Membrane Framework](https://membrane.stream).\n\n## Installation\n\nThe package can be installed by adding `membrane_transcoder_plugin` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:membrane_transcoder_plugin, \"~\u003e 0.3.2\"}\n  ]\nend\n```\n\n## Usage\nIn the `examples/vp8_to_h264.exs` file there is an example showing how to use\nthe `Membrane.Transcoder` to convert video encoded with VP8 into H264 encoded video.\nYou can run it with the following command:\n```\nelixir vp8_to_h264.exs\n```\n\nThen you can inspect the format of the output file with e.g. `ffprobe` and confirm that it stores video encoded with H.264:\n```\nffprobe tmp/video.ivf\n```\n## Copyright and License\n\nCopyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git\u0026utm_medium=readme\u0026utm_campaign=membrane_transcoder_plugin)\n\n[![Software Mansion](https://logo.swmansion.com/logo?color=white\u0026variant=desktop\u0026width=200\u0026tag=membrane-github)](https://swmansion.com/?utm_source=git\u0026utm_medium=readme\u0026utm_campaign=membrane_transcoder_plugin)\n\nLicensed under the [Apache License, Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmembraneframework%2Fmembrane_transcoder_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmembraneframework%2Fmembrane_transcoder_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmembraneframework%2Fmembrane_transcoder_plugin/lists"}