Skip to content

A video format for OpenGL/GLES-2/D3D. Supports Alpha channel, uses very little CPU. ( YUVA420P+LZ4 + DXT1/ETC1 )

License

Notifications You must be signed in to change notification settings

chris-stones/KnibVideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnibVideo

A video format for OpenGL/GLES-2/D3D.
Supports Alpha channel, uses very little CPU.
Compresses using YUVA420P + LZ4 + DXT1/ETC1.

A free alternative to Bink, with much lower cpu requirements,
And a much much lower compression ratio.
A High motion video at 1920x1080, 30fps consumes about 10Megabytes per second.

ETC2/DXT3 is NOT required for transparency.
Thats all implemented in the shader on top of ETC1/DXT1.

About

A video format for OpenGL/GLES-2/D3D. Supports Alpha channel, uses very little CPU. ( YUVA420P+LZ4 + DXT1/ETC1 )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published