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 6b72c034a7
commit 44d31198fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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] -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 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] -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 py -m fvid -i [input file] --password "wow fvid is cool" -e
``` ```