I decided to add support for Sonic Jam’s audio format to FFmpeg, but I didn’t expect it to only take six lines of code! https://awoo.space/media/N9DozT-0zKKE8gz2o6k
* I'm not entirely sure what the video codec is, but it appears to be a macroblock-based format that uses 8x8 macroblocks. This is very unusual for the hardware. It may be MPEG-1 meant to be used with a software decoder, or a very similar custom codec.
* The resolution is 320x144, encoding an image meant to be read at 16:9 using non-square pixels.
Why am I even doing this? Partly, I just want to understand the mystery, lol. And partly because I want to translate the Saturn version of Grandia, which may require me to understand the FMV format.