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. 生成第一个视频到第二个视频同画面的帧映射值
- Host: GitHub
- URL: https://github.com/op200/videomatch
- Owner: op200
- License: agpl-3.0
- Created: 2024-11-01T00:23:46.000Z (over 1 year ago)
- Default Branch: cpp_scheme
- Last Pushed: 2024-12-02T14:06:35.000Z (over 1 year ago)
- Last Synced: 2024-12-17T10:38:10.156Z (over 1 year ago)
- Topics: ffmpeg, frame, opencv, video
- Language: HTML
- Homepage:
- Size: 88.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VideoMatch
> [!WARNING]
> 已知问题:
> * 因静态引用第三方库,所以任何 dll 缺失都会无法运行,暂时不准备修改这部分代码(主打一个能跑就行)
> * [恶性Bug] 路径判断问题
> * [恶性Bug] 帧读取问题
### 后续更新
因当时写的时候技术很差,导致现在读不懂源码了……
遇到问题可提交issue,注意描述精确并提供出现bug的视频文件,等有空时再改进