Add framerate and password examples

This commit is contained in:
Theelgirl 2020-10-25 23:03:48 +00:00 committed by GitHub
parent 688161821c
commit f8308c8310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -37,12 +37,16 @@ Linux/OSX
```
fvid -i [input file] -e
fvid -i [input file] --framerate 30 -e
fvid -i [input file] --password "wow fvid is cool" -e
```
Windows
```
py -m fvid -i [input file] -e
py -m fvid -i [input file] --framerate 30 -e
py -m fvid -i [input file] --password "wow fvid is cool" -e
```
Retrieving data from videos
@ -59,6 +63,7 @@ Windows
py -m fvid -i [input video] -d
```
If the file was encoded with a non-default password, it'll prompt you to enter the password upon decoding.
How to Contribute
-----------------