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

Add yuv420 encoding to opencv-video-capture #725

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Conversation

haixuanTao
Copy link
Collaborator

YUV420 encoding has the advantage to be slightly more compressed when comparing to a raw images.

Ex: raw size in RGB (480, 640, 3) -> size in YUV420 (720, 640)

This will enable encoding in av1.

@haixuanTao haixuanTao merged commit c5c1222 into main Dec 1, 2024
102 checks passed
@haixuanTao haixuanTao deleted the add-yuv420-encoding branch December 1, 2024 20:05
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.

1 participant