teltek/pmk2-soft-video-editor-bundle

软视频编辑器包

安装: 103

依赖: 0

建议者: 0

安全: 0

星标: 3

关注者: 8

分支: 1

语言:Less

类型:symfony-bundle

3.0.1 2023-09-21 07:46 UTC

This package is auto-updated.

Last update: 2024-08-26 02:35:38 UTC


README

此包添加了一个多媒体对象的软编辑视频编辑器。如果安装了此包,多媒体对象的后台将会有一个新的标签,用于添加断点、章节标记或设置多媒体对象的剪辑。

此包要求已安装 Paella Player Bundle

预览

video editor

如何安装包

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