BuddyDev

MediaPress Local Transcoder

MediaPress Local Transcoder allows you to transcode your videos into h.264 format and makes the videos playable over the web using any Html 5 video player.

What it does:-

 

This plugin converts uploaded videos into encoding format that browsers can understand(most browsers do). It also generates preview thumbnail for videos and updates them as video cover.

Features:-

  1. Video Conversion to h.264 formats.
  2. Preview/cover image generation for videos.

Admin/Management Features:-

  1. Asynchronous conversion queue:- Video conversion is a resource-intensive task. That's why we do not convert videos immediately on upload. Instead, we add it to a queue which is later processed using a cron job.
  2. Conversion history/log:- It keeps the conversion log and lets you see the current status of the videos, converted, error, and re-queue them.
  3. Bulk Queuing:- For previously uploaded videos, you can use bulk queuing to queue them all for conversion. Admins can add old uploaded videos to the queue easily.
  4. Retry:- In case a video did not convert for some reason, you can re enqueue it again.

Screenshots:-

After adding videos to the gallery(without this plugin):-

MediaPress Local Transcoder

After Video conversion:-

MediaPress Local Transcoder

Admin screenshots queue table:

MediaPress Local Transcoder

History/Log table:

MediaPress Local Transcoder

Requirements:-

    • VPS or dedicated hosting. This plugin will not work on shared hosting.
    • FFMPEG
    • You will need to setup cronjob using crontab

Recommendation:-

Video transcoding is a resource-intensive taskLocal encoding is not recommended for sites with a high number of uploads. For a moderate number of uploads(say 1000 videos per day, with some length limit), should work fine.

Support:-

Due to the nature of this plugin, we do not offer free support for this plugin. If it is not working, you need to troubleshoot your environment. The most probable issue is FFMPEG or codecs. Paid support is available(For Linux-based hosting) where we can install/configure FFMPEG on your server. For paid support, Please see the buy support option on the right side.

Note:- Support for this plugin is not included with our membership package. You need to purchase the support separately for this plugin.

Contribute:-

The project is available on GitHub. We welcome all kinds of contributions(code, ideas anything else, all are welcome).

Release History

  • Version: 1.0.1

    Monday, 01 July, 2019
    • Tested With: MediaPress 1.5.2
    • Compatible With: MediaPress 1.4+

    Fix admin table bug

  • Version: 1.0.0

    Tuesday, 18 June, 2019
    • Tested With: MediaPress 1.4.4
    • Compatible With: MediaPress 1.4+

    Release