Skip to content

5.Automosh modes

Akash Bora edited this page Feb 29, 2024 · 13 revisions

Automosh Modes

Lets understand automosh modes.

Automosh Options

Kill Frame

This slider show how much frames to delete from the video based on the max frame size. If your video has less or weird vector motion then you may not get any results. The solution in that case is to change the kill frame size to a lower value like 0.4 or 0.3. But lower than <0.2 is unstable (sometimes all the frames will get deleted).

Position Frame

This slider refers an n frame from the video and use it as reference based on the mosh type.

Count Frame

Formerly known as glitch size, this entry refers how long/often to glitch.

Ignore first frame

This option just ignores the first frame(s) in the glitch while corrupting.

Keep audio

This keeps the original audio if selected.

Use Imageio (only available in paid version)

This is the classic convertor that is now removed from the python version. It can be used to get high quality exports but takes longer to render. It basically converts the video through a image sequence stream.

Mode types

Bloom

This is one time duplication effect, also moshes the video normaly: It duplicates c(count frame) times the p-frame number n (position frame)

Example: Bloom Example

Here I used Position Frame=2 and count frame(glitch size)=100 which means it duplicates 2nd frame 100 times

Screenshot 2022-07-18 191417

Void (Normal Mosh)

If you just want the normal datamosh like the moshup app does, then use this mode. It just removes the frame based on the kill frame size.

Normal mosh example

Paid version also includes a feature to view the iframe graph that will be deleted based on kill-frame size

Screenshot

Invert

This effect switches each consecutive frame witch each other.

Jiggle

It takes frame from around current position. position frame is spread size/amount.

Overlap

It copy/deletes groups of count frames taken from every nth position.

Pulse (Experimental)

It copies c frames starting from every n frame.

Example: if count frame=4 and position frame=2 then the sequence will be [1 2 3 4 3 4 5 6 5 6 7 8 7 8...]

This mode is modified version of bloom that continuously does the duplication effect for each frame n times. (Warning: Do not to put large values in the options). It creates a very long and slow video.