Git Product home page Git Product logo

2bit-video-processor's Introduction

2-Bit Video Processor

Convert video image sequences into raw data files for use with 2-bit displays.

2Bit Video Processor

What is it?

This is a small program to convert a video image sequence into a raw data file for use with 2bit displays such as FlipDots. 2-Bit means two single colours or on/off, no grayscale and alpha.

The program can rotate the video for you and also gives a nice verbose output as it processes your video.

Outputted files are uncompressed RAW data so they can be send directly to these 2bit displays using Cast Canvas or directly in code for Arduino or whatever display controller you may be using.
Even short, small videos can result in large data files so be warned.

Usage:

node 2bitVideoProcessor.js -d seq -o MyVideo

Options

-d, --dir             Directory image sequence
-f, --format [value]  Image sequence file format (defaults to ( "png")
-h, --help            Output usage information
-o, --output          Output file name
-r, --rotate <n>      Rotate video (defaults to 0)
-t, --threshold <n>   Black/white threshold range[0-255] (defaults to 127)
-v, --version         Output the version number

Example

Running man

This Image sequence becomes Running.json by running:
node 2bitVideoProcessor.js -d demo-sequence/ -o demo-output/Running

See the result in action on a FlipDot display.

2bit-video-processor's People

Contributors

owenmcateer avatar

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.