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

Double log files created, one at stream start another for all subsequent logging and stream/record end events #46

Open
tedewen opened this issue Jul 12, 2021 · 1 comment

Comments

@tedewen
Copy link

tedewen commented Jul 12, 2021

I am getting two files for each session. I both stream and record. Both InfoWriter logs are created on starting the stream.
The first contains only the stream start log entry.
The second contains all hotkey logs and the stream ending log entries.

Settings

Format: %d.%02d.%02d (Contains 5 leading spaces which are lost when posting here)
Logfile: D:/rawvideo/%Y.%m.%d-%H.%M.%S - Video Timestamps.txt
Log scene changes = true
Log intermediate absolute times = true
Log hotkey specifics = true

Output on start stream

2021.07.12-11.20.28 - Video Timestamps.txt

EVENT:START RECORDING @ 2021-07-12 11:20:28
0.00.00 Record Time Marker

Note: no further events are appended to this file.
All logged events go to the next file:

Output after pressing hotkey

2021.07.12-11.20.29 - Video Timestamps.txt

2021-07-12 11:20:29
0.00.01 Record Time Marker

HOTKEY:Marker at @ 2021-07-12 11:20:34
0.00.06 Record Time Marker

HOTKEY:Marker at @ 2021-07-12 11:20:38
0.00.10 Record Time Marker

HOTKEY:Marker at @ 2021-07-12 11:20:40
0.00.12 Record Time Marker

EVENT:STOP RECORDING @ 2021-07-12 11:20:42 Record Time Marker Reset to 0
0.00.00 Record Time Marker (not recording)

EVENT:STOP STREAM @ 2021-07-12 11:20:42 Stream Time Marker Reset to 0
0.00.00 Record Time Marker (not recording)

@tedewen tedewen changed the title Double log files created, one at stream start another for first logging and all subsequent logging Double log files created, one at stream start another for all subsequent logging and stream/record end events Jul 12, 2021
@partouf
Copy link
Owner

partouf commented Aug 6, 2021

Thanks for the report. I've never really tested these 2 options together.

You can of course work around this by not using seconds in your filename (unless you happen to press record and stream just when the minute switches, but that's less likely).

I could take a look at it in depth next week, but that workaround is your best bet.

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

2 participants