Update README to reflect changes in API. Now app supports negatives and swapping ffmpeg for avconv (libav).
This commit is contained in:
parent
122a0aa404
commit
b1b460d21a
21
Readme.md
21
Readme.md
|
@ -22,20 +22,23 @@ Options
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-V, --version output the version number
|
-V, --version output the version number
|
||||||
-i, --input <path> Video source to print to film strip, anything that avconv can read
|
-i, --input <path> Video source to print to film strip, anything that avconv can read
|
||||||
-o, --output <path> Output directory, will render images on specified page size
|
-o, --output <path> Output directory, will render images on specified page size
|
||||||
-d, --dpi <dpi> DPI output pages
|
-d, --dpi <dpi> DPI output pages
|
||||||
-f, --film <gauge> Choose film gauge: 16mm, super16, 35mm
|
-f, --film <gauge> Choose film gauge: 16mm, super16, 35mm
|
||||||
-w, --width <inches> Output page width, in inches. Default 8.5
|
-w, --width <inches> Output page width, in inches. Default 8.5
|
||||||
-l, --length <inches> Output page length, in inches. Default 11
|
-l, --length <inches> Output page length, in inches. Default 11
|
||||||
-v, --verbose Run in verbose mode
|
-e, --executable <binary> Alternate binary to use in place of avconv
|
||||||
-h, --help output usage information
|
-v, --verbose Run in verbose mode
|
||||||
|
-n, --negative Invert color channels to create negative
|
||||||
|
-h, --help output usage information
|
||||||
```
|
```
|
||||||
|
|
||||||
Releases
|
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.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)
|
* [1.0.0](https://github.com/sixteenmillimeter/v2f/releases/tag/1.0.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue