teltek / pumukit-hard-video-editor-bundle
Hard Video Editor Bundle
Package info
github.com/teltek/PumukitHardVideoEditorBundle
Language:JavaScript
Type:symfony-bundle
pkg:composer/teltek/pumukit-hard-video-editor-bundle
4.0.0
2024-12-18 08:26 UTC
Requires
- php: ^8.2
- pumukit/pumukit: ^5.0
README
This bundle provides a basic mono-stream video editor. Useful to create new multimedia objects from hard trimming operations.
composer require teltek/pumukit-hard-video-editor-bundle
if not, add this to config/bundles.php
Pumukit\HardVideoEditorBundle\PumukitHardVideoEditorBundle::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