
Originally Posted by
roce
DCT is far too slow for older processors. Array lookups aka vector quantization aka cinepak-style, like sega did, is about the only viable approach according to my research. I looked into what the N64 could play for FMV, and it could just barely play xvid 320x136@25fps (using nearly all cpu, meaning optimization would be required to add sound). I also tried fast wavelets from the libpgf project, as the image quality of compressed wavelets is more pleasing to the eye, but it only achieved about 10fps, too low.
N64 is faster than Saturn and way more so for 32x. If N64 can barely handle DCT, it'd be advisable to use VQ for slower systems.