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

Fix Linux SW encoder for h264 #1329

Merged
merged 1 commit into from
Dec 30, 2022
Merged

Conversation

nowrep
Copy link
Collaborator

@nowrep nowrep commented Dec 27, 2022

Latency is actually pretty decent and it could be further reduced by doing the rgb -> yuv conversion on GPU.

@nowrep nowrep force-pushed the linux-swencode branch 2 times, most recently from ba644ca to d035e3e Compare December 28, 2022 07:05
encoder_ctx->max_b_frames = 0;
encoder_ctx->gop_size = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just in case, while it's fixing the issue, it's producing only IDR frames when set to 0.

h265 is still broken and it now fails to create.
@nowrep nowrep marked this pull request as ready for review December 30, 2022 07:24
@nowrep nowrep merged commit c55c0eb into alvr-org:master Dec 30, 2022
zarik5 pushed a commit that referenced this pull request Feb 9, 2023
h265 is still broken and it now fails to create.
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.

2 participants