Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export milliseconds for events #37

Open
sfischme opened this issue Apr 23, 2020 · 3 comments
Open

Export milliseconds for events #37

sfischme opened this issue Apr 23, 2020 · 3 comments

Comments

@sfischme
Copy link

sfischme commented Apr 23, 2020

OBSInfoWriter currently exports only hours, minutes, and seconds. It would be good to export also milliseconds, because if the even happens at 10s 900ms, then automation tools will work on the incorrect point in the video stream.

It looks like it requires a change in InfoWriter.cpp:67 to get the time in milliseconds and InfoWriter.cpp:32 to output the time.

The standard format for reporting would be:

HH:MM:SS.000 (with 000 for the milliseconds)

@partouf
Copy link
Owner

partouf commented Apr 30, 2020

Thank you for your suggestion.

I do however have my doubts that this will fix anything, and even add a false sense of accuracy to the plugin. The time that the plugin provides is merely an approximation in seconds (based on the current time) and is not based on the time of the recording or stream itself. And even if it were that, there would always be a difference and you still would need to fix it manually anyway.

So, for now, I don't think it's worth making changes to implement this.

@authorleon
Copy link

Hello, yes. I agree. It is just a rough guide when using the video editing software.

@MarcinWieczorek
Copy link

Has there been any progress with this issue? I understand your concerns. Even if the approximation to the time of the recording is bad maybe overall accuracy would be good; imagine synchronizing the whole log file to the recording, not each one separately. I need this plugin more accurate or a similar approach, please let me know if you know any other solution.
Thanks for investing your time into this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants