update README

We shouldn't use framerate values in the readme, which doesn't work.
This commit is contained in:
Wisketchy Dobrov 2020-10-29 13:45:19 +03:00 committed by GitHub
parent 078c8739a4
commit 56dd72eb42
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
```