slhck / ffmpeg-debug-qp

FFmpeg Debug Script for QP Values
Other
75 stars 24 forks source link

Restore the option to use a pre-existing log-data file #21

Closed lars18th closed 4 years ago

lars18th commented 4 years ago

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.

lars18th commented 4 years ago

Hi @slhck ,

Completed the PR! Now with support to not delete the video.debug data-log file.

slhck commented 4 years ago

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: