From b1b460d21a507677850ff27cf0b1dd43ac0c0649 Mon Sep 17 00:00:00 2001 From: litter Date: Tue, 29 Oct 2019 18:08:31 -0400 Subject: [PATCH] Update README to reflect changes in API. Now app supports negatives and swapping ffmpeg for avconv (libav). --- Readme.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index 7acfc68..70c0207 100644 --- a/Readme.md +++ b/Readme.md @@ -22,20 +22,23 @@ 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 render images on specified page size - -d, --dpi DPI output pages - -f, --film Choose film gauge: 16mm, super16, 35mm - -w, --width Output page width, in inches. Default 8.5 - -l, --length Output page length, in inches. Default 11 - -v, --verbose Run in verbose mode - -h, --help output usage information + -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 render images on specified page size + -d, --dpi DPI output pages + -f, --film Choose film gauge: 16mm, super16, 35mm + -w, --width Output page width, in inches. Default 8.5 + -l, --length Output page length, in inches. Default 11 + -e, --executable Alternate binary to use in place of avconv + -v, --verbose Run in verbose mode + -n, --negative Invert color channels to create negative + -h, --help output usage information ``` Releases -------- +* [1.2.1](https://github.com/sixteenmillimeter/v2f/releases/tag/1.2.1) * [1.1.1](https://github.com/sixteenmillimeter/v2f/releases/tag/1.1.1) * [1.0.0](https://github.com/sixteenmillimeter/v2f/releases/tag/1.0.0)