From 4d6098a0979ae69f4d158ee784615cdf6b623fde Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 18 Dec 2015 10:12:37 -0500 Subject: [PATCH] Improve documentation Added more accurate commands and one for using just source --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c01c663..cc0a515 100644 --- a/Readme.md +++ b/Readme.md @@ -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.