teltek / pmk2-soft-video-editor-bundle
软视频编辑器包
3.0.1
2023-09-21 07:46 UTC
Requires
- php: >=7.4
- pumukit/pumukit: ^4.0
- teltek/pumukit-paella-player-bundle: ^3.0
README
此包添加了一个多媒体对象的软编辑视频编辑器。如果安装了此包,多媒体对象的后台将会有一个新的标签,用于添加断点、章节标记或设置多媒体对象的剪辑。
此包要求已安装 Paella Player Bundle
预览
如何安装包
composer require teltek/pumukit-soft-video-editor-bundle
如果没有,请将以下内容添加到config/bundles.php中
Pumukit\SoftVideoEditorBundle\PumukitSoftVideoEditorBundle::class => ['all' => true]
然后执行以下命令
php bin/console cache:clear php bin/console cache:clear --env=prod php bin/console assets:install