Giter VIP home page Giter VIP logo

slitscan's Introduction

time, space, stacking, slicing, scanning, etc

“Slitscan imaging techniques are used to create static images of time-based phenomena. In traditional film photography, slit scan images are created by exposing film as it slides past a slit-shaped aperture. In the digital realm, thin slices are extracted from a sequence of video frames, and concatenated into a new image.”

An Informal Catalogue of Slit-Scan Video Artworks and Research Compiled by Golan Levin.

slitscope_0.jpeg

This particular slitscan provides some slightly configurable scaffolding around ffmpeg (based on a blogpost from oioiiooixiii) and is intended for non-realtime rendering at various resolutions. it’s neither first, nor last. it’s not especially interesting, educational or efficient. just another cloudform in the endless space of possible implementation…

installation, configuration, operation, etc

install (macOS)…

brew install ffmpeg drracket
git clone https://github.com/zzkt/slitscan.git

install (debian/ubuntu)…

sudo apt install ffmpeg racket
git clone https://github.com/zzkt/slitscan.git

simple transform…

racket slitscan.rkt -v input.mp4

transform at 1080p and delete working files, with minimal command line noise…

racket slitscan.rkt --width 1920 --height 1080 --loglevel quiet --cleanup input.mp4

options…

slitscan [ <option> ... ] <video-file>
 where <option> is one of
  -v, --verbose : various verbose messages
  -l <level>, --loglevel <level> : loglevel for ffmpeg e.g. quiet, error, warning, info, debug
  -c, --cleanup : Clean up temporary/working files
  -n, --noresize : do not resize the input file
  --horizontal : output a horizontal video only (default: both)
  --vertical : output a vertical video only (default: both)
  --width <pixels> : width of transform video
  --height <pixels> : height of tansform video
  -f <folder>, --in-folder <folder> : input folder
  -o <folder>, --out-folder <folder> : output folder
  --help, -h : Show this help

further, etc

slitscope_1.jpeg

  • The Fourth Dimension and How to Get There by Rudy Rucker
  • Muybridge’s Complete Human and Animal Locomotion, Vol. I
  • Baroness Elsa, by Irene Gammel

slitscan's People

Contributors

zzkt avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fo-am

slitscan's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.