Skip to content
On this page

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Transcoder plugin for Craft CMS 4.x

Transcode video & audio files to various formats, and provide video thumbnails

Screenshot

Note: The license fee for this plugin is $59.00 via the Craft Plugin Store.

Requirements

This plugin requires Craft CMS 4.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 3.x.

You will also need ffmpeg installed for Transcoder to work. On Ubuntu 16.04, you can do just:

bash
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.

Brought to you by nystudio107