Python script to address the problem of manually locating required event timestamps from carved CCTV DVR footages. Full details can be found in the paper published in Eighteenth Annual IFIP WG 11.9 International Conference on Digital Forensics. Link to paper: https://link.springer.com/chapter/10.1007/978-3-031-10078-9_8
The project has been divided into four modules:
Framextract.py- Extracts frames from video footages
Reconstruct.py- Attempts to repair unplayable video by extracting the frames.
...