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

feat(#28): higher framerate configurability #112

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

feat(#28): higher framerate configurability #112

wants to merge 5 commits into from

Conversation

sassman
Copy link
Owner

@sassman sassman commented Feb 15, 2022

@sassman sassman changed the title feat(#28): Add framerate cli option feat(#28): higher framerate configurability Feb 15, 2022
- add a framerate cli argument `-f | --framerate`
- limit the possible framerates to 4 and 8 for now
- introduce new wrapper types for better readability
- adjust the docs
- add a framerate cli argument `-f | --framerate`
- limit the possible framerates to 4 and 8 for now
- introduce new wrapper types for better readability
- adjust the docs

- retyping of u128 to Timecode not everywhere fully clean
- the framedrop mechanism is not thread safe solid
- retyping of u128 to Timecode not everywhere fully clean
- impl thread safe frame dropping strategy with comparing image hashes
- keeping a linked list of `FrameEssences`
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

Successfully merging this pull request may close these issues.

[FEAT] higher framerate configurability
1 participant