-
-
Notifications
You must be signed in to change notification settings - Fork 525
feat: Screen Recorder script #477
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
Conversation
Added partial screen recording with wf-recorder, recording with audio and stop recording.
added wf-recorder
Was deleted to upload a better configuration.
usage: ./smart-recorder or ./smart recorder --audio to be able to record microphone, autodetects codec depending on your gpu. The video gets stored in /Videos
The output of the files will appear in the videos folder.
Changed from smart_recording compiled file to sh files.
fixed name of keycap bindings.
deduplicated keybinds
Fixing overlapping keybind v2. Im blind...
It is unnecesary since its been reworked in sh files.
|
I don't know, maybe learn how we structure our scripts first? If it's specific to the wfrecorder, then maybe just put it into a single wfrecorder.sh script? Fun fact |
|
Would you like me to add it for you? |
Yes please, that would be great! Also it is true that it all could have fit into a single file commit, i am sorry. |
Yup |
This script merges the functionality of get_encoder, record_video and record_video_audio.
Deleted because its been replaced by wf-recorder.sh
Deleted because its been replaced by wf-recorder.sh
Deleted because its been replaced by wf-recorder.sh
Fixed line 131 & 132 to point to the new script wf-recorder.sh.
|
I merged the functionality of those 3 files into wf-recorder.sh as adviced and updated keybindings accordingly |
|
Do you have any reasons not using wl-screenrec? |
|
update? |
deleted video recording keybinds
deleleted wf-recorder
added misc wf-recorder
|
Changes done, mister 🫡 |
USAGE
Basics for bindsTo start To exit/quit To use either wl-screenrec or wf-recorder, we can add |
|
@TowhidMolla-Dev @0xAquora Please add your review. this should work for both wl-screenrec and wf-recorder. |
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.
Works as expected, though i removed the check for hyde-shell on my side because im still with the old dots.
|
Merging this now, thank you @0xAquora |




Pull Request
Description
Motivation:
Sometimes i want to record a quick video explaining how to do something and opening OBS is too much hassle for such a small task so i decided to implement a few keybindings to make recording videos more comfortable for the users.
Description:
Its a little script that checks the encondings allowed by your gpu and uses slurp to choose the region you want to share, afterwards it gets saved in /Videos.
Dependencies:
wf-recorder
Type of change
Please put an
xin the boxes that apply:Checklist
Please put an
xin the boxes that apply: