Digital Distortion

From ytptenniswiki
Revision as of 02:35, 25 June 2025 by Admin (talk | contribs) (→‎Settings-related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



Digital Distortion, much like Analog Distortion, is a general category of distortion techniques that take place outside of a video editor- all generally involving distortions relating to the video file itself, through resolution, settings, or data corruption - Sometimes, this is informally referred to as 'crust'-ing a video.

Techniques

Datamoshing

Corruption

Databending

Settings-related

How a video is rendered (or initial settings) can lead to distortions in itself, if done right. Examples include lowering the resolution, bitrate, and other settings. A lot of these also come as side effect of re-rendering works to be compatible for older machines. [1]

Low bitrate

Rendering with an intentionally low video and/or audio quality can add a certain charm to a video that is hard to get otherwise; in some cases it can provide a much more "retro tennis" look, on others it can smooth out rougher edits as your brain fills in what may not be entirely clear.

Interlacing

Many older codecs (especially AVIs) will interlace by default. This means that the video will appear to split apart into small bars whenever there is fast movement.

Miscellaneous

Windows Movie Maker Simple3D Bar Glitch

In Windows Movie Maker Versions 2.X, it is possible to create basic 3D effects using the "Simple3D" module. However on some newer machines, layering two videos on top of each other (to form a transition) while both have an effect using "Simple3D" will cause it to break spectacularly; the top layer will phase in and out of existence as a series of random horizontal bars. The default "Fade" or any static (ex. Chromakey) transition work best, however others should work as well.

Below is a basic plugin preset that does not rely on any other plugins to be installed. On the surface it does absolutely nothing; however it loads the Simple3D module that lets the glitch happen (without any 3D transformations getting in the way).

 <TransitionsAndEffects Version="1.0"> 
 <Effects> 
 <EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}">
 <Effect name="00 Simple3D Bar Glitch" iconid="33" >
 <Param name="InternalName" value="Simple3D" />
 <Param name="ScaleA" value="1.0" />
 <Param name="InitialScaleA" value="1.0" />
 <Param name="RotateA" value="right" />
 <Param name="ExponentialProgressDuration" value="1.0" />
 <Param name="ExponentialProgressScale" value="0.01" />
 <Param name="Progress" value="0.01" />
 </Effect>
 </EffectDLL> 
 </Effects> 
 </TransitionsAndEffects>

Windows Movie Maker DxtKey Glitch

Another type of distortion in WMM involves the DxtKey (or "Key Transition" [2]) 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.

<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>