diff --git a/Readme.md b/Readme.md index e3a5c59..23c196f 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ v2f Convert video to 16mm-sized strips of frames. For transferring to acetate and other experimental needs. -Look how easy it is to use: +Use the distributed binary ./v2f ./path_to_video.mov 300 @@ -22,7 +22,7 @@ Releases Dependencies ------------ -- node.js (or use a compiled version) +- node.js (or use a [released version](https://github.com/sixteenmillimeter/v2f/releases/)) - libav - ImageMagick @@ -37,11 +37,14 @@ Ubuntu apt-get install libav imagemagick + + Contribute ---------- - Issue Tracker: https://github.com/sixteenmillimeter/v2f/issues - Source Code: https://github.com/sixteenmillimeter/v2f +- Home Page: https://sixteenmillimeter.com/projects/v2f Support ------- diff --git a/docs/Readme.md b/docs/Readme.md new file mode 100644 index 0000000..e1e1c82 --- /dev/null +++ b/docs/Readme.md @@ -0,0 +1,36 @@ +## Functions + +
Turn video into sheet of images
+Stitch rendered frames into strips
+String
| file path (absolute) |
+| dpi | Integer
| target printing dpi |
+| length | Integer
| strip length in frames |
+
+
+
+## stitch(loc, dim)
+Stitch rendered frames into strips
+
+**Kind**: global function
+
+| Param | Type | Description |
+| --- | --- | --- |
+| loc | String
| Path of folder containing frames |
+| dim | Object
| Dimensions object |
+