Skip to content

A Lua library to parse Matroska files, based on the c++ libmatroska.

Notifications You must be signed in to change notification settings

hubblec4/LuaMatroska

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

LuaMatroska

This is a library to parse Matroska files.

All Matroska elements are defined and additional there is some internal logic for easy use.

Matroska Block structure

The internal Matroska Block structure is currently not parsed.

Lua versions

LuaMatroska has some sort of "compiler switches" to still support older Lua versions that don't do bit operations. Older versions means Lua5.1, Lua5.2 and LuaJIT. Since Lua5.3 bit operations are supported.

About

A Lua library to parse Matroska files, based on the c++ libmatroska.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages