2,051
edits
m (update TODO a bit more) |
m (→Video: The corrupt Cinepak frames do not exist in the DVD version) |
||
Line 5: | Line 5: | ||
* The Cyan logo repeats some frames at the end. I call it "Cyan logo syndrome." This is caused by the lack of handling of multiple edit lists. FFmpeg doesn't handle this yet either. | * The Cyan logo repeats some frames at the end. I call it "Cyan logo syndrome." This is caused by the lack of handling of multiple edit lists. FFmpeg doesn't handle this yet either. | ||
** This would require seeking, so that needs to be implemented first. | ** This would require seeking, so that needs to be implemented first. | ||
* Some Cinepak frames have corruption | * Some Cinepak frames have corruption. | ||
** The Myst linking book video on D'ni has a corrupted Cinepak frame (data-wise). Right now, we just skip that frame (and throw a warning). It looks like QuickTime does this too. | ** The Myst linking book video on D'ni has a corrupted Cinepak frame (data-wise). Right now, we just skip that frame (and throw a warning). It looks like QuickTime does this too. | ||
** The CD (but '''not''' the DVD) version of Riven has two videos with a corrupt frame: the wood chipper (when power is directed elsewhere) and using the trap book before talking with Gehn (when not on Tay). | |||
* Unify the 8bpp to 16/32bpp code snippets. This is mostly done already. I have a patch to add it to graphics/conversion.h, but still waiting on that one. | * Unify the 8bpp to 16/32bpp code snippets. This is mostly done already. I have a patch to add it to graphics/conversion.h, but still waiting on that one. | ||
== Myst TODO == | == Myst TODO == |
edits