Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nystudio107/craft-transcoder
Transcode video & audio files to various formats, and provide video thumbnails
https://github.com/nystudio107/craft-transcoder
craft-plugin craft3 craftcms ffmpeg transcoder
Last synced: 14 days ago
JSON representation
Transcode video & audio files to various formats, and provide video thumbnails
- Host: GitHub
- URL: https://github.com/nystudio107/craft-transcoder
- Owner: nystudio107
- License: other
- Created: 2017-03-05T05:27:26.000Z (over 7 years ago)
- Default Branch: develop-v5
- Last Pushed: 2024-10-09T02:31:46.000Z (about 1 month ago)
- Last Synced: 2024-10-15T16:45:08.556Z (28 days ago)
- Topics: craft-plugin, craft3, craftcms, ffmpeg, transcoder
- Language: PHP
- Homepage: https://nystudio107.com/plugins/transcoder
- Size: 4.17 MB
- Stars: 43
- Watchers: 4
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
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)
# Transcoder plugin for Craft CMS 4.x
Transcode video & audio files to various formats, and provide video thumbnails
![Screenshot](./docs/docs/resources/img/plugin-banner.jpg)
**Note**: _The license fee for this plugin is $59.00 via the Craft Plugin Store._
## Requirements
This plugin requires Craft CMS 5.0.0 or later.
## Installation
To install Transcoder, follow these steps:
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require nystudio107/craft-transcoder
3. 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.
You can also install Transcoder via the **Plugin Store** in the Craft Control Panel.
Transcoder works on Craft 4.x.
You will also need [ffmpeg](https://ffmpeg.org/) installed for Transcoder to work. On Ubuntu 16.04, you can do just:
sudo apt-get update
sudo apt-get install ffmpegTo 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)
If you have managed hosting, contact your sysadmin to get `ffmpeg` installed.
## Documentation
Click here -> [Transcoder Documentation](https://nystudio107.com/plugins/transcoder/documentation)
## Transcoder Roadmap
Some things to do, and ideas for potential features:
* Add a console command for doing encodings via console
* Figure out a way to reliably do multi-pass video encoding
* Add audio normalization via `loudnorm` http://k.ylo.ph/2016/04/04/loudnorm.htmlBrought to you by [nystudio107](https://nystudio107.com)