Skip to content

PkuTeaboss/Convert-NV12-NV21-to-YUV420P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Convert NV12 & NV21 to YUV420P

Simple and easy-understand C++ codes for converting NV12 & NV21 to YUV420P

Basic understanding of these format

These three format all have NxM Y plane followed by (N/2)x(M/2) V and U planes.

For example N = 6 & M = 4 the YUV420P image

the NV12 image

and the difference between NV12 and NV21 is that the position of U and V is opposite

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages