{"id":13617442,"url":"https://github.com/nystudio107/craft-transcoder","last_synced_at":"2025-04-05T08:08:15.489Z","repository":{"id":38239611,"uuid":"83947333","full_name":"nystudio107/craft-transcoder","owner":"nystudio107","description":"Transcode video \u0026 audio files to various formats, and provide video thumbnails","archived":false,"fork":false,"pushed_at":"2025-01-22T06:52:18.000Z","size":4492,"stargazers_count":43,"open_issues_count":15,"forks_count":12,"subscribers_count":3,"default_branch":"develop-v5","last_synced_at":"2025-03-29T07:08:35.349Z","etag":null,"topics":["craft-plugin","craft3","craftcms","ffmpeg","transcoder"],"latest_commit_sha":null,"homepage":"https://nystudio107.com/plugins/transcoder","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nystudio107.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-05T05:27:26.000Z","updated_at":"2024-10-09T02:31:36.000Z","dependencies_parsed_at":"2024-06-21T13:08:01.856Z","dependency_job_id":"9e8d5275-56f0-4808-b754-ad9be5dd0e9e","html_url":"https://github.com/nystudio107/craft-transcoder","commit_stats":{"total_commits":338,"total_committers":10,"mean_commits":33.8,"dds":"0.34911242603550297","last_synced_commit":"93892bceb404dc1cd74b78ffc8f3508f1a8893af"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nystudio107%2Fcraft-transcoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nystudio107%2Fcraft-transcoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nystudio107%2Fcraft-transcoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nystudio107%2Fcraft-transcoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nystudio107","download_url":"https://codeload.github.com/nystudio107/craft-transcoder/tar.gz/refs/heads/develop-v5","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305935,"owners_count":20917208,"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":["craft-plugin","craft3","craftcms","ffmpeg","transcoder"],"created_at":"2024-08-01T20:01:41.765Z","updated_at":"2025-04-05T08:08:15.474Z","avatar_url":"https://github.com/nystudio107.png","language":"PHP","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/nystudio107/craft-transcoder/badges/quality-score.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-transcoder/?branch=v5) [![Code Coverage](https://scrutinizer-ci.com/g/nystudio107/craft-transcoder/badges/coverage.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-transcoder/?branch=v5) [![Build Status](https://scrutinizer-ci.com/g/nystudio107/craft-transcoder/badges/build.png?b=v5)](https://scrutinizer-ci.com/g/nystudio107/craft-transcoder/build-status/v5) [![Code Intelligence Status](https://scrutinizer-ci.com/g/nystudio107/craft-transcoder/badges/code-intelligence.svg?b=v5)](https://scrutinizer-ci.com/code-intelligence)\n\n# Transcoder plugin for Craft CMS 4.x\n\nTranscode video \u0026 audio files to various formats, and provide video thumbnails\n\n![Screenshot](./docs/docs/resources/img/plugin-banner.jpg)\n\n**Note**: _The license fee for this plugin is $59.00 via the Craft Plugin Store._\n\n## Requirements\n\nThis plugin requires Craft CMS 5.0.0 or later.\n\n## Installation\n\nTo install Transcoder, follow these steps:\n\n1. Open your terminal and go to your Craft project:\n\n        cd /path/to/project\n\n2. Then tell Composer to load the plugin:\n\n        composer require nystudio107/craft-transcoder\n\n3. Install the plugin via `./craft install/plugin transcoder` via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Transcoder.\n\nYou can also install Transcoder via the **Plugin Store** in the Craft Control Panel.\n\nTranscoder works on Craft 4.x.\n\nYou will also need [ffmpeg](https://ffmpeg.org/) installed for Transcoder to work. On Ubuntu 16.04, you can do just:\n\n    sudo apt-get update\n    sudo apt-get install ffmpeg\n\nTo install `ffmpeg` on Centos 6/7, you can follow the guide [How to Install FFmpeg on CentOS](https://www.vultr.com/docs/how-to-install-ffmpeg-on-centos)\n\nIf you have managed hosting, contact your sysadmin to get `ffmpeg` installed.\n\n## Documentation\n\nClick here -\u003e [Transcoder Documentation](https://nystudio107.com/plugins/transcoder/documentation)\n\n## Transcoder Roadmap\n\nSome things to do, and ideas for potential features:\n\n* Add a console command for doing encodings via console\n* Figure out a way to reliably do multi-pass video encoding\n* Add audio normalization via `loudnorm` http://k.ylo.ph/2016/04/04/loudnorm.html\n\nBrought to you by [nystudio107](https://nystudio107.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnystudio107%2Fcraft-transcoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnystudio107%2Fcraft-transcoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnystudio107%2Fcraft-transcoder/lists"}