https://github.com/teltek/pumukithardvideoeditorbundle
PuMuKIT basic mono-stream video editor
https://github.com/teltek/pumukithardvideoeditorbundle
pumukit
Last synced: about 1 year ago
JSON representation
PuMuKIT basic mono-stream video editor
- Host: GitHub
- URL: https://github.com/teltek/pumukithardvideoeditorbundle
- Owner: teltek
- Created: 2017-08-02T16:14:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T07:50:55.000Z (over 1 year ago)
- Last Synced: 2025-04-19T22:34:17.713Z (about 1 year ago)
- Topics: pumukit
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PumukitVideoEditorBundle
========================
This bundle provides a basic mono-stream video editor. Useful to create new multimedia objects from hard trimming operations.
```bash
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
```bash
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
```