Digital Distortion: Difference between revisions
document simple3d bar corruption |
dxtkey glitch |
||
| Line 46: | Line 46: | ||
</Effects> | </Effects> | ||
</TransitionsAndEffects></nowiki> | </TransitionsAndEffects></nowiki> | ||
====Windows Movie Maker DxtKey Glitch==== | |||
Another type of distortion in WMM involves the DxtKey (or "Key Transition" <ref>https://learn.microsoft.com/en-us/windows/win32/directshow/key-transition</ref>) feature in DirectShow. If invalid values are given for the "similarity" field, the filter will once again fail spectacularly. An example found by {{mrdoognoog}} can be seen below. | |||
<nowiki><TransitionsAndEffects Version="1.0"> | |||
<Transitions> | |||
<TransitionDLL guid="{C5B19592-145E-11D3-9F04-006008039E37}"> | |||
<Transition name="Databend Key" iconid="88"> | |||
<Param name="KeyType" value="0" /> | |||
<Param name="Similarity" value="60" /> | |||
<Param name="RGB" value="0xB4B4B4" /> | |||
</Transition> | |||
</TransitionDLL> | |||
</Transitions> | |||
</TransitionsAndEffects></nowiki> | |||