teltek / pumukit-soft-video-editor-bundle
Soft Video Editor Bundle
Package info
github.com/teltek/PumukitSoftVideoEditorBundle
Language:Less
Type:symfony-bundle
pkg:composer/teltek/pumukit-soft-video-editor-bundle
4.0.1
2025-08-27 10:31 UTC
Requires
- php: ^8.2
- pumukit/pumukit: ^5.0
- teltek/pumukit-paella-player-bundle: ^4.0
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:
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
