feat: 添加视频帧截取-WebAssembly版,支持MP4MOVAVIWebMMKV等主流格式

This commit is contained in:
xiaoxian521
2023-07-18 12:35:13 +08:00
parent 611b591da8
commit fe5ed68ff7
11 changed files with 17204 additions and 0 deletions

View File

@@ -10,6 +10,15 @@ export default {
rank: able
},
children: [
{
path: "/able/videoFrame",
name: "VideoFrame",
component: () => import("@/views/able/video-frame/index.vue"),
meta: {
title: $t("menus.hsVideoFrame"),
extraIcon: "IF-pure-iconfont-new svg"
}
},
{
path: "/able/wavesurfer",
name: "Wavesurfer",