文件名称:comparable-video-viewer
文件大小:5.11MB
文件格式:ZIP
更新时间:2024-03-31 06:58:05
HTML
可比的视频查看器 React Component,用于比较原始视频和过滤后的视频 安装 // with npm $ npm install comparable-video-viewer // with yarn $ yarn add comparable-video-viewer 运行示例 // build $ yarn && yarn build // run example $ yarn && yarn build && yarn start-demo 源视频 源视频应并排合并 将视频与ffmpeg合并(示例) $ ffmpeg \ -i ./SampleVideo_320x240.mp4 \ -i ./SampleVideo_960x720.mp4 \ -filter_complex " [0:v] scale=w= $SW :h= $SH ,pad= $SW *2
【文件预览】:
comparable-video-viewer-master
----.gitignore(290B)
----tsconfig.json(1007B)
----README.md(4KB)
----test()
--------blah.test.tsx(310B)
----LICENSE(1KB)
----tsdx.config.js(1KB)
----package.json(2KB)
----src()
--------LoopCanvas.tsx(3KB)
--------Utils.ts(5KB)
--------Controls()
--------ComparableVideoViewer.tsx(19KB)
--------index.ts(197B)
--------assets()
--------Config.ts(402B)
----example()
--------.prettierignore(45B)
--------tsconfig.json(658B)
--------.prettierrc(127B)
--------LICENSE(1KB)
--------package.json(1KB)
--------src()
--------types()
--------.npmignore(24B)
--------yarn.lock(276KB)
----types()
--------custom.d.ts(990B)
----.npmignore(246B)
----yarn.lock(320KB)
----buildStats.html(100KB)