Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltek/pumukitsoftvideoeditorbundle
Soft-editing video editor for Multimedia Objects on PuMuKIT
https://github.com/teltek/pumukitsoftvideoeditorbundle
pumukit
Last synced: about 2 months ago
JSON representation
Soft-editing video editor for Multimedia Objects on PuMuKIT
- Host: GitHub
- URL: https://github.com/teltek/pumukitsoftvideoeditorbundle
- Owner: teltek
- Created: 2017-10-10T07:46:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T07:47:19.000Z (over 1 year ago)
- Last Synced: 2024-10-05T19:34:50.833Z (3 months ago)
- Topics: pumukit
- Language: Less
- Homepage:
- Size: 10 MB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/teltek/PumukitPaellaPlayerBundle)
Preview:
![video editor](Resources/video_doc.jpg)
How to install bundle
```bash
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
```bash
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
```