Skip to content

Soft-editing video editor for Multimedia Objects on PuMuKIT

Notifications You must be signed in to change notification settings

teltek/PumukitSoftVideoEditorBundle

This branch is 5 commits ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c2db8e · Dec 17, 2024
Dec 17, 2024
Dec 5, 2024
Feb 29, 2020
Oct 8, 2021
Feb 3, 2023
Oct 5, 2021
Oct 5, 2021
Sep 21, 2023
Oct 8, 2021
Nov 15, 2024

Repository files navigation

Soft Video Editor Bundle

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