Skip to content

Python scripts to perform datamoshing effects

Notifications You must be signed in to change notification settings

ychalier/datamoshing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datamoshing

This repository contains Python scripts to perform some datamoshing effects.

For details about how this works and what it does, please see this blog article.

Contents

Script Description
Drop h264 I-Frames Removes every reference frames from a video, except the first one.
Optical Flow Transfer Transfer optical flow from one video to an image.

Examples

Here are some videos made using those scripts (click on the thumbnails to see the videos):

Drop h264 I-Frames Optical Flow Transfer

Demo

Here is a web demonstration where you may try different video sources (such as the webcam) and image sources to perform optical flow transfer.