rectalogic/Diff Video
Compare videos to a reference set of videos and fail and generate visual diffs if different
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| current-video-path | A path to the current videos to be compared to reference | yes | output |
| reference-video-glob | A path glob to the reference videos | yes | fixtures/*.mp4 |
| diff-video-path | Path to store any difference videos in | yes | diff-output |
| video-threshold | Threshold for comparing video (100 is identical) | — | 99.999 |
| audio-threshold | Threshold for comparing audio (0 is identical) | — | 0 |
| ffmpeg-path | Path to installed ffmpeg to use | — | ffmpeg |
Outputs
no outputs