Update Readme.md to reflect latest release

This commit is contained in:
mmcw-dev 2017-10-30 00:17:13 -04:00
parent ea69267ee4
commit f60d58cffd
1 changed files with 23 additions and 4 deletions

View File

@ -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] <input> <output>
Options:
-V, --version output the version number
-i, --input <path> Video source to print to film strip, anything that avconv can read
-o, --output <path> Output directory, will print images on A4 standard paper file
-d, --dpi <dpi> DPI output pages
-f, --film <gauge> 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
-------