From f60d58cffd7ff29e93130bd54f8751fcace94923 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Mon, 30 Oct 2017 00:17:13 -0400 Subject: [PATCH] Update Readme.md to reflect latest release --- Readme.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 23c196f..3ed3cd3 100644 --- a/Readme.md +++ b/Readme.md @@ -5,17 +5,36 @@ Convert video to 16mm-sized strips of frames. For transferring to acetate and ot Use the distributed binary - ./v2f ./path_to_video.mov 300 + ./v2f ./path_to_video.mov ./path_to_output_directory or from source - node v2f.js ./path_to_video.mov 300 + node v2f.js ./path_to_video.mov ./path_to_output_directory -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. +This will turn "path_to_video.mov" into strips of film frames that will printing at 300dpi. They are broken up into 8.5x11in pages. + +Options +------- + +``` + Usage: v2f [options] + + + Options: + + -V, --version output the version number + -i, --input Video source to print to film strip, anything that avconv can read + -o, --output Output directory, will print images on A4 standard paper file + -d, --dpi DPI output pages + -f, --film Choose film gauge: 16mm, super16, 35mm + -v, --verbose Run in verbose mode + -h, --help output usage information +``` Releases -------- +[1.1.0](https://github.com/sixteenmillimeter/v2f/releases/tag/1.1.0) [1.0.0](https://github.com/sixteenmillimeter/v2f/releases/tag/1.0.0) @@ -49,7 +68,7 @@ Contribute Support ------- -If you are having issues, please log it with the project. +If you are having problems with this application, please create an issue. License -------