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(server): consider all I-frames for video thumbnails #10471

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

mertalev
Copy link
Contributor

Description

The behavior of -skip_frame nokey apparently depends on the decoder. The HEVC and VP9 videos I tested on still process I-frames that aren't keyframes, but H.264 really only processes keyframes. -skip_frame nointra is consistent across decoders from what I can see.

How Has This Been Tested?

Confirmed that the sample videos sent to me from #8683 have non-black thumbnails with this change. The thumbnails for HEVC and VP9 videos are the same as before from what I can tell.

@mertalev mertalev merged commit e581314 into main Jun 18, 2024
22 checks passed
@mertalev mertalev deleted the fix/server-skip-non-intra branch June 18, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants