Merge pull request #29 from dobrosketchkun/patch-1

minor update README
This commit is contained in:
Theelgirl 2020-10-29 12:57:01 +00:00 committed by GitHub
commit 4a7744c463
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Linux/OSX
```
fvid -i [input file] -e
fvid -i [input file] --framerate 30 -e
fvid -i [input file] --framerate 1 -e
fvid -i [input file] --password "wow fvid is cool" -e
```
@ -45,7 +45,7 @@ Windows
```
py -m fvid -i [input file] -e
py -m fvid -i [input file] --framerate 30 -e
py -m fvid -i [input file] --framerate 1 -e
py -m fvid -i [input file] --password "wow fvid is cool" -e
```