Ticket #1615 (open enhancement)
video diff filter
| Reported by: | ylluminate | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avfilter |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
It would be useful to have a visual diff tool for videos that will create a resultant differential video of two videos. This could be used in a number of scenarios from simply seeing more easily the differences of one encode to the next to many other applications.
With some overlay+pad magic you should be able to compare img1,img2 and diff on the same image. Similarly should function with vid frames.
It would be useful to have a few different styles of diffing from an outline to color inversion and clipping similar to what is demonstrated here: http://jeffkreeftmeijer.com/2011/comparing-images-and-creating-image-diffs/
Change History
comment:1 Changed 6 months ago by cehoyos
- Keywords diff, difference removed
- Status changed from new to open
- Version changed from unspecified to git-master
- Reproduced by developer set
comment:2 Changed 6 months ago by ubitux
There is a vf compare patch on the fork mailing list. Since there is no activity related since a while, someone may want to pick it and make something out of it. It shouldn't require that much work.



See also ticket #944.