comparable video viewer 源码
可比的视频查看器 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.zip
(预估有个48文件)
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
暂无评论