nystudio107/craft-transcoder

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

Maintainers

πŸ‘ khalwat

Package info

github.com/nystudio107/craft-transcoder

Issues

Documentation

Type:craft-plugin

pkg:composer/nystudio107/craft-transcoder

Fund package maintenance!

khalwat

Statistics

Installs: 7 916

Dependents: 1

Suggesters: 0

Stars: 43

5.0.0 2024-10-01 02:31 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary 579485d331cf2e23c5189a22978b6dade747f07d

cmsaudioconverttranscodeformatvideogifCraftcraftcmstranscodercraft-plugin


README

πŸ‘ 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 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 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