Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltek/pumukithardvideoeditorbundle
PuMuKIT basic mono-stream video editor
https://github.com/teltek/pumukithardvideoeditorbundle
pumukit
Last synced: 5 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T08:29:45.000Z (14 days ago)
- Last Synced: 2024-11-02T02:15:42.110Z (13 days ago)
- Topics: pumukit
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 9
- 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
```