Skip to content

johannatano/SequenceRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SequenceRenderer

Converts a JPG Sequence into a scrollable video view. Runs in a Node+Express environment. Includes an uploader-tool for automatic creation of assets. Uses ImageMagick to convert uploaded highres images to lowres format used in the rendering.

Installation

Install ImageMagick using Homebrew:

$ brew install imagemagick

cd to the root directory of this repo

$ cd REPO_LOCATION

Install Node modules

$ npm install

Run the server

$ node Server.js

The server should now be up and running on 0.0.0.0:3000

Local testing on other devices

Pass your IP address to the server for enabling local testing through other devices

$ node Server.js YOUR_IP

The server should now be up and running on YOUR_IP:3000

About

Converts JPG Image Sequence into a scrollable video sequence

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors