Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/KinoDatamosh
An image effect for Unity that simulates video compression artifacts
https://github.com/keijiro/KinoDatamosh
Last synced: 3 months ago
JSON representation
An image effect for Unity that simulates video compression artifacts
- Host: GitHub
- URL: https://github.com/keijiro/KinoDatamosh
- Owner: keijiro
- License: unlicense
- Created: 2016-05-21T15:21:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T01:52:32.000Z (over 3 years ago)
- Last Synced: 2024-08-01T22:52:48.703Z (6 months ago)
- Language: C#
- Homepage:
- Size: 3.58 MB
- Stars: 471
- Watchers: 27
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- unity-awesome - Datamosh - Effect that simulates video artifacting (Post-Processing)
README
Kino/Datamosh
=============*Datamosh* is a post-processing effect that simulates [video compression
artifacts][Wikipedia], specifically one called [datamoshing][KnowYourMeme].![Gif][Gif1]
![Gif][Gif2]*Datamosh* is part of the *Kino* effect suite. See the [GitHub repositories]
[Kino] for other effects included in the suite.System Requirements
-------------------- Unity 5.4 or later versions
*Datamosh* requires [motion vectors][MotionVectors] that is newly introduced in
Unity 5.4. Motion vector rendering is only supported on the platforms that has
RGHalf texture format support. This requirement must be met in most of the
desktop/console platforms, but rarely supported in the mobile platforms.[Wikipedia]: https://en.wikipedia.org/wiki/Compression_artifact
[KnowYourMeme]: http://knowyourmeme.com/memes/datamoshing
[Gif1]: https://66.media.tumblr.com/6bf2ae7d3af6d38a61f1c57ca86556aa/tumblr_o8azn6iSbB1qio469o1_400.gif
[Gif2]: https://67.media.tumblr.com/60652235832a915be25bb32979c13f09/tumblr_o8azn6iSbB1qio469o2_400.gif
[Kino]: https://github.com/search?q=kino+user%3Akeijiro&type=Repositories
[MotionVectors]: http://docs.unity3d.com/540/Documentation/ScriptReference/DepthTextureMode.MotionVectors.html