Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持视频的并行对比 #54

Open
vacing opened this issue Nov 30, 2022 · 1 comment
Open

支持视频的并行对比 #54

vacing opened this issue Nov 30, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@vacing
Copy link

vacing commented Nov 30, 2022

很多场景中,都是对视频进行逐帧处理,然后对比处理前后的视频效果,MulimgViewer 当前对图片的浏览对比比较完善,但是暂时还不支持对视频的直接处理,只能先将视频截取成图片。

直接支持视频对比,有如下优势:

  • 视频截取的方式存在二次编码,可能会引入新的误差,直接支持视频处理对于这种场景会有好处。
  • 直接支持视频,也方便对于视频的逐帧对比。
@nachifur
Copy link
Owner

nachifur commented Nov 30, 2022

目前考虑的实现方案是:

  1. 视频数据的导入(这个需要细化任务)
  2. 勾选自动浏览复选框
  3. 填写间隔帧数(隔几帧处理一下)
  4. 点击next,进行逐帧的对比(同样支持last
  5. 取消自动浏览复选框,暂停自动播放。
  6. 速度优化。

step0: ...
step1-4: #53
step5: #37

@nachifur nachifur added enhancement New feature or request good first issue Good for newcomers labels Nov 30, 2022
@nachifur nachifur changed the title 支持视频的逐帧对比 支持视频的并行对比 Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants