Convert video into precise film strips.
Go to file
mmcwilliams 0001f73329 Converted codebase to typescript.
Added new feature, custom page sizes.
Use arguments -w,--width and -l,--length to specify the size in inches.
Still defaults to 8.5x11in
2019-04-17 14:45:32 -04:00
docs Set theme jekyll-theme-minimal 2017-10-30 22:14:54 -04:00
src Converted codebase to typescript. 2019-04-17 14:45:32 -04: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 release list in readme 2017-11-02 08:51:46 -04:00
package-lock.json Converted codebase to typescript. 2019-04-17 14:45:32 -04:00
package.json Converted codebase to typescript. 2019-04-17 14:45:32 -04:00
v2f.js Converted codebase to typescript. 2019-04-17 14:45:32 -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 ./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] <input> <output>


  Options:

    -V, --version        output the version number
    -i, --input <path>   Video source to print to film strip, anything that avconv can read
    -o, --output <path>  Output directory, will print images on A4 standard paper file
    -d, --dpi <dpi>      DPI output pages
    -f, --film <gauge>   Choose film gauge: 16mm, super16, 35mm
    -v, --verbose        Run in verbose mode
    -h, --help           output usage information

Releases

Dependencies

Install Dependencies

OSX

brew install libav imagemagick

Ubuntu

apt-get install libav imagemagick

Contribute

Support

If you are having problems with this application, please create an issue.

License

The project is licensed under the MIT license.