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

Added timecode generation to video-only remuxing #32

Conversation

kris-sum
Copy link
Contributor

PR #30 added timecode support but forgot to add it to video-only remuxing, so cameras without audio didn't end up with the timecode. This PR fixes the bug.

@petergeneric
Copy link
Owner

petergeneric commented May 24, 2023

Might as well add this to MuxAudioOnly too while we're at it?

@petergeneric petergeneric self-requested a review May 24, 2023 13:48
@petergeneric petergeneric added the enhancement New feature or request label May 24, 2023
@kris-sum
Copy link
Contributor Author

Hmm. The timecode would only be accurate to the second, not nanosecond (since there are no video frames so we can't get an FPS). So it's not very useful - that amount of information is already in the filename?

@petergeneric
Copy link
Owner

Ok, sounds a reasonable argument to me.

@petergeneric petergeneric merged commit 82f4d67 into petergeneric:master May 24, 2023
@kris-sum
Copy link
Contributor Author

unrelated - I have a problem with a 4K .ubv file, is there a channel I could contact you on? (happy to pay for your time)

@petergeneric
Copy link
Owner

Sure! [email protected]

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

Successfully merging this pull request may close these issues.

2 participants