nystudio107 / craft3-transcoder
Transcode video & audio files to various formats, and provide video thumbnails
Fund package maintenance!
khalwat
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 40
Watchers: 2
Forks: 9
Type:craft-plugin
Requires
- craftcms/cms: ^3.1.0
- mikehaertl/php-shellcommand: ~1.2
- nystudio107/craft-plugin-vite: ^1.0.4
This package is not auto-updated.
Last update: 2022-02-01 13:08:20 UTC
README
Transcoder plugin for Craft CMS 3.x
Transcode video & audio files to various formats, and provide video thumbnails
Related: Transcoder for Craft 2.x
Note: The license fee for this plugin is $59.00 via the Craft Plugin Store.
Requirements
This plugin requires Craft CMS 3.0.0 or later.
Installation
To install Transcoder, follow these steps:
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nystudio107/craft-transcoder
-
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 3.x.
You will also need ffmpeg installed for Transcoder to work. On Ubuntu 16.04, you can do just:
sudo apt-get update
sudo apt-get install ffmpeg
To install ffmpeg
on Centos 6/7, you can follow the guide How to Install FFmpeg on CentOS
If you have managed hosting, contact your sysadmin to get ffmpeg
installed.
Documentation
Click here -> 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.html
Brought to you by nystudio107