-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleaned The Code, Minor Bug Fixes #5
base: master
Are you sure you want to change the base?
Conversation
whokilleddb
commented
Jul 19, 2021
- Replaced Banner With Simple Titles(Looks Cleaner)
- Added Better Command Line Interface with flags
- Used Menu Based Navigation
- Now The Script Can Be Run From Anywhere In the File System
- Minor Bug Fixes
…s, Minor Bug Fixes, etc
@whokilleddb Thanks for working on this really improved the the experience. @Nibba2018 Thanks to you too ❤️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @whokilleddb , Thanks for the PR. I have resolved the existing conflicts and have added some comments below after which it should be ready to be merged.
Also, the test.mp4
is quite big in size for a test file(~15mb). It would be better to have a lighter video. (smaller resolution or smaller video length).
Thanks!
|
||
![Screenshot](https://raw.githubusercontent.com/whokilleddb/Fake-Stream/master/Images/Screenshot.png) | ||
|
||
|
||
Cheers!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The screenshot needs to be updated. It still uses the old one.
OPTIONS : | ||
-h, --help Show This Menu | ||
-s, --source Stream Desktop | ||
-v, --video$CYAN FILENAME$NONE Path to Video/Image | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer the usage where you just provide the file path for the video stream without any additional flags.
It will be more convenient and backwards compatible to accept video file paths by default. (Not forcing the user to use -v
flag).