Convert video into precise film strips.
Go to file
M McWilliams c65f08d86c Use latest node version with nexe and add lcok file 2017-10-11 13:58:37 -07:00
.gitignore Ignore nexe files from building 2017-10-11 13:18:14 -07:00
Readme.md Highlight links to tracker and source 2015-12-18 10:32:08 -05:00
package-lock.json Use latest node version with nexe and add lcok file 2017-10-11 13:58:37 -07:00
package.json Use latest node version with nexe and add lcok file 2017-10-11 13:58:37 -07:00
v2f.js Rename to v2f 2015-12-18 08:49:03 -05:00

Readme.md

v2f

Convert video to 16mm-sized strips of frames. For transferring to acetate and other experimental needs.

Look how easy it is to use:

./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.

Releases

1.0.0

Dependencies

  • node.js (or use a compiled version)
  • libav
  • ImageMagick

Install Dependencies

OSX

brew install libav imagemagick

Ubuntu

apt-get install libav imagemagick

Contribute

Support

If you are having issues, please log it with the project.

License

The project is licensed under the MIT license.