Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add yuv420 encoding to opencv-video-capture (#725)
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.
- Loading branch information