nystudio107/craft3-transcoder

This package is abandoned and no longer maintained. The author suggests using the nystudio107/craft-transcoder package instead.

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

1.2.21 2022-01-12 17:58 UTC

README

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Transcoder plugin for Craft CMS 3.x

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

Screenshot

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:

  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:

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:

Brought to you by nystudio107