-
Notifications
You must be signed in to change notification settings - Fork 14
4.Mode Types
Datamosher-Pro has lots of data corruption techniques and are categorized into 3 types:
These modes are automatic and react based on the video vectors, specially good for transitions and the trendy datamosh effect. The early development of datamosher pro was started with a script called tomato.py. This script contains effects like bloom, overlap, reverse, invert, void, jiggle and pulse.
This is basically the second part of the development where I implemented some ffmpeg stuff and a special glitch module called pymosh. I did my research on original datamoshing and made some effects like classic, glide, sort, echo and repeat which are pretty easy to use. These effects generally do the i frame and p frame operations that we used to do in avidemux. The classic mode is the most common original effect.
Ffgitch is a super cool glitching tool (command line based). It is used in the backend of datamosher-pro and it can do lots of glitchy stuff. Modes like fluid and stretch are example of average motion and simple motion. There are lots of ffglitch modes like buffer, zoom, shuffle, rise, slice, delay and many more. Visit FFglitch.org for more details.