interdpth / KiNoMet

Reimplementation of Meteo
10 stars 0 forks source link

Using AVI Loader, create custom format. #17

Open interdpth opened 2 years ago

interdpth commented 2 years ago

Get chunk size compress If compress size is better, clear chunk replace data. Update video player.

interdpth commented 2 years ago

No this ticket is much bigger

After we get the initial AVI we need to create a custom format

Code books need to be stored as 4 shorts

Chunks can be compressed

We need audio compressed and working already though.

interdpth commented 2 years ago

Encode audio length so that kinomet knows to repeat

interdpth commented 2 years ago

Format

Header{ NumFrames, Fps, VideoStripSize PointerToVideoFrames Hertz SizeOfAudio AudIoPointer AudioVersion SampleSize }

Pointer To audio

Pointer to Video

AudioSegment VideoSegment

interdpth commented 2 years ago

video will get changed where in chunks are compressed and palette is already gba format.

interdpth commented 8 months ago

Half complete.