v1.7.0
Cleaner merged masters, plus a new read-only way to audit the ones you've already exported.
- Merged masters no longer carry duplicate frames: where two captures read one tape moment into byte-different but clean copies, the merge now emits it once instead of stitching the spare in as a backward-jump repeat at a seam.
- Fewer false "still damaged" spots: a frame flagged with a decode error is cleared when another capture holds the byte-identical clean frame, so a stray (and machine-dependent) ffmpeg error no longer keeps an otherwise-complete tape from reading 100%.
- New
tapeflow verify <master.m2t>audits an already-exported master from the file alone, read-only: its completeness "TF tag" and any duplicate frames — for tagging or re-checking masters. It ships as a standalone, portable CLI (tapeflow-<version>.pyz) that runs on anypython3(>= 3.7), e.g. on a NAS.
See the README for requirements, install and usage.