Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tvf (toto video format)

Here's my own file format for my experiments. I've created this file format to be able to easily manipulate videos at a assembly/hardware level, basically I've created it to output Bad Apple in the "Turing Complete" game in the first place. The compression algorithm is very simple, it's based on RLE, and for now it only saves the gray color, the vtf file output from the archive.org Bad Apple video was light enough for my use case.

data data range data length data description
HEADER [0x00-0x01] 2 bytes (16 bits) uint16
HEADER [0x02-0x03] 2 bytes (16 bits) uint16
CONTENT [0x??-0x??] 2 bytes (16 bits) uint16
CONTENT [0x??-0x??] 1 byte (8 bits) uint8

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages