Closed lars18th closed 4 years ago
Hi @slhck ,
Completed the PR!
Now with support to not delete the video.debug
data-log file.
Either way I will merge all your PRs tomorrow. Thank you for your support in making this tool more feature-complete and usable in practice :tada:
When changed to the new
extract.py
tool the option to parse an existing log-data file is removed. This patch restores this functionality, so you can reparse existing log files. The new command is quite simple:./extract.py -d video.logfile video.ldjson
A future improvement (after the merge of this PR) can be to add a new parameter to not remove the log-data file, as this file consumes a lot of time to calculate it for large video sequences.