Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.md | 2020-02-02 | 613 Bytes | |
remove_frames64.vdf | 2020-02-02 | 130.6 kB | |
remove_frames.vdf | 2020-02-02 | 220.2 kB | |
remove_frames_src.zip | 2020-02-02 | 47.7 kB | |
Totals: 4 Items | 399.0 kB | 9 |
This filter can delete frames according to provided list or based on pixel difference (to delete duplicate frames).
This is example of 2-pass filter if you want to make one:
1st pass (analyze) compares frames and remembers results (can be saved with project).
2nd pass is frame manipulation (typical work for filter).
You can use "analyze" or provide your own list of frames instead. These are 2 independent choices.
Threshold is acceptable pixel difference (range 0-255).
0 : pixels must be completely identical to flag frame as duplicate
255: accept anything (delete all frames)