An open API service indexing awesome lists of open source software.

https://github.com/op200/videomatch

Generate the frame map value from the first video to the second video of the same frame. 生成第一个视频到第二个视频同画面的帧映射值
https://github.com/op200/videomatch

ffmpeg frame opencv video

Last synced: 4 months ago
JSON representation

Generate the frame map value from the first video to the second video of the same frame. 生成第一个视频到第二个视频同画面的帧映射值

Awesome Lists containing this project

README

          

# VideoMatch

> [!WARNING]
> 已知问题:
> * 因静态引用第三方库,所以任何 dll 缺失都会无法运行,暂时不准备修改这部分代码(主打一个能跑就行)
> * [恶性Bug] 路径判断问题
> * [恶性Bug] 帧读取问题

### 后续更新

因当时写的时候技术很差,导致现在读不懂源码了……

遇到问题可提交issue,注意描述精确并提供出现bug的视频文件,等有空时再改进