I did some usability testing and wanted to measure performance. We did a recording where the participants were solving the tasks.
And I wanted a quick and easy way to note down the beginning and end of a task.
I needed these value pairs (like 300.52, 313.4
, as the seconds since the start of the video) to do some computation with them.
An mpv script, that runs a shell script for validation/formatting and is triggered by a keybinding in mpv.
a = [
123.45, 145.57,
222, 245.9888,
...
This can of course be adjusted by modifying the shell script.