[ prog / sol / mona ]

prog


Simple image file formats

12 2022-07-26 15:09

>>11
store the individual frames in the appropriate Netpbm format, and the audio in some PCM format. then tarball and gzip the whole thing. you'd have to write a player for it.

example:
0000.ppm, 0001.ppm, 0002.ppm, track0.l16 => video.tar => video.tar.gz

14


VIP:

do not edit these