teltek/pumukit-soft-video-editor-bundle

Soft Video Editor Bundle

Installs: 8 850

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 8

Forks: 1

Open Issues: 1

Language:Less

Type:symfony-bundle

3.0.1 2023-09-21 07:46 UTC

This package is auto-updated.

Last update: 2024-04-21 09:11:51 UTC


README

This bundle adds a soft-editing video editor for Multimedia Objects. If installed, there will be a new tag on the multimedia objects back-office to add breaks, chapter marks or set a trimming to a multimedia object.

This bundle requires having installed the Paella Player Bundle

Preview:

video editor

How to install bundle

composer require teltek/pumukit-soft-video-editor-bundle

if not, add this to config/bundles.php

Pumukit\SoftVideoEditorBundle\PumukitSoftVideoEditorBundle::class => ['all' => true]

Then execute the following commands

php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install