Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
Added more accurate commands and one for using just source
  • Loading branch information
Matt committed Dec 18, 2015
1 parent 413e5c0 commit 4d6098a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Expand Up @@ -5,7 +5,11 @@ Convert video to 16mm-sized strips of frames. For transferring to acetate and ot

Look how easy it is to use:

v2f ./path_to_video.mov 300 -v
./v2f ./path_to_video.mov 300

or from source

node v2f.js ./path_to_video.mov 300

This will turn "path_to_video.mov" into strips of 16mm-sized frames that will printing at 300dpi. They are broken up into 8.5x11in pages.

Expand Down

0 comments on commit 4d6098a

Please sign in to comment.