Download the PHP package iionly/izap_videos_html5_migration without Composer

On this page you can find all versions of the php package iionly/izap_videos_html5_migration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package izap_videos_html5_migration

iZAP Videos HTML5 Migration plugin for Elgg 2.3 and newer Elgg 2.X

Latest Version: 2.3.4
Released: 2018-08-02
Contact: [email protected]
License: GNU General Public License version 2
Copyright: (C) iionly 2018

Description

This is a helper plugin for migrating on-server videos uploaded with iZAP Videos with a version older than 2.3.4 (which saved on-server videos in FLV format and required the Flash plugin on client computers for playback) into MP4 format (HTML5 video playback support introduced with version 2.3.4 of iZAP Videos).

While the iZAP Videos HTML5 Migration plugin is enabled the uploading of videos with the iZAP Videos plugin is disabled. Therefore, you also need to disable/remove the iZAP Videos HTML5 Migration plugin after you have finished the migration of your on-server videos.

Before starting the migration process make a backup of your database and your data directory. In case anything goes wrong while migrating the videos this is your only chance to return to a valid state of database and data directory. I won't help you (most likely can't even help even if I would like to) if you were too lazy to make a backup. You've been warned!

The migration process is handled on the "Administer - Utilities - iZAP Videos HTML5 Migration" page in the admin area of your Elgg site. The migration process is described in detail there, so please read everything carefully. Before you start please check out the plugin settings page of the iZAP Videos plugin and make sure you have adjusted the ffmpeg conversion command in a suitable way. If you used the default (or the suggested optimized ) command, you will have to change the audio codec to be used at least (changing "-acodec libmp3lame" to "-acodec aac"). Any other changes you might have made might also require modification. But you would have to figure out what to change on your own. Best would be to test out version 2.3.4 of iZAP Videos on a test installation to find a conversion command parameter setting that is okay for you and will then also be used for migrating the existing on-server videos on your site.

Installation

  1. If any older version of the iZAP Videos HTML5 Migration plugin is installed, disable it on your site and remove the old izap_videos_html5_migration plugin folder from the mod directory,
  2. Copy the izap_videos_html5_migration folder in your mod directory,
  3. Enable the iZAP Videos HTML5 Migration plugin on your site,
  4. Make sure you have a working ffmpeg conversion command entered on the iZAP Videos plugin settings page before you start the migration process,
  5. Go to the "Administer - Utilities - iZAP Videos HTML5 Migration" page, read the instructions and then follow them to upgrade your database entries, convert the videos to MP4 format and delete the old FLV videos files no longer needed after the migration,
  6. Once the migration is done disable the iZAP Videos HTML5 Migration plugin and remove the izap_videos_html5_migration plugin folder from the mod directory. The iZAP Videos HTML5 Migration plugin is no longer needed.

All versions of izap_videos_html5_migration with dependencies

PHP Build Version
Package Version
Requires composer/installers Version >=1.0.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package iionly/izap_videos_html5_migration contains the following files

Loading the files please wait ....