Improve documentation
Added more accurate commands and one for using just source
This commit is contained in:
parent
413e5c0099
commit
4d6098a097
|
@ -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:
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue