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 ./path_to_output_directory or from source node v2f.js ./path_to_video.mov ./path_to_output_directory 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] Options: -V, --version output the version number -i, --input Video source to print to film strip, anything that avconv can read -o, --output Output directory, will print images on A4 standard paper file -d, --dpi DPI output pages -f, --film 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) Dependencies ------------ - node.js (or use a [released version](https://github.com/sixteenmillimeter/v2f/releases/)) - libav - ImageMagick Install Dependencies -------------------- OSX brew install libav imagemagick 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 ------- If you are having problems with this application, please create an issue. License ------- The project is licensed under the MIT license.