From 696588f7f046e19dc74c9f0281c9928853cbca69 Mon Sep 17 00:00:00 2001 From: Theelgirl <43764914+Theelgirl@users.noreply.github.com> Date: Sun, 25 Oct 2020 23:03:48 +0000 Subject: [PATCH] Add framerate and password examples --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2a037e7..595494f 100644 --- a/README.md +++ b/README.md @@ -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 -----------------