0.2.3 • Published 7 years ago

photopack v0.2.3

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
7 years ago

Photopack

Pack a series of photos (jpeg) into a h265 video file.

Installation

Install NodeJS https://nodejs.org

Run the following command.

npm install photopack -g

Usage

photopack [options] {pack|unpack} <source> <destination>

####Pack

Pack command accepts a folder full of photos as a source. It then packs them into a "mp4" file, provided as the destination. The optional -r (recursive) will descend into subfolders from the source looking for images also.

####Unpack

Unpack command accepts an mp4 file as input. It then extracts all images into the provided folder destination.

Compile Project

To compile all files with gulp, simply run gulp in the project, or run the below:

npm install && npm run build
0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago