Convert video into precise film strips.
Go to file
mmcw-dev 73775da9d1 Finished changes required to resolve issue #1 and issue #2. Added super16 and 35mm (4 perf) image sizes 2017-10-29 23:52:14 -04:00
docs Update project readme and a readme file for explaining the source. 2017-10-11 14:00:12 -07:00
.gitignore Finished changes required to resolve issue #1 and issue #2. Added super16 and 35mm (4 perf) image sizes 2017-10-29 23:52:14 -04:00
Readme.md Update project readme and a readme file for explaining the source. 2017-10-11 14:00:12 -07:00
package-lock.json Install async and commander 2017-10-27 13:28:06 -04:00
package.json Install async and commander 2017-10-27 13:28:06 -04:00
v2f.js Finished changes required to resolve issue #1 and issue #2. Added super16 and 35mm (4 perf) image sizes 2017-10-29 23:52:14 -04:00

Readme.md

v2f

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

Use the distributed binary

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

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.