I am using VLC to analyze behavioral data and need to record the timestamp when events occur. Currently I have to pause the video, tab over to Microsoft Excel, and type in the new time, then tab back and hit play again. This, combined with the tedium of the method, causes analysis to take approximately 4x longer than it theoretically could take, which is bad when I generate 1.5 hours of data each day.
Is there a way that I can use VLC's scripting to make a button that adds the current timestamp to a table, which I then could view and copy into excel? Making a bookmark would also be sufficient, and then I could just copy the bookmark list into excel by hand (still much faster).
This solution would ideally be OS agnostic, but I'm on a Mac if it matters. I do have some experience with Lua.
Thanks for any replies!