Genymobile / Genymobile/scrcpy
Hotkeys for record screen
- Dominant language
- C
- Stars
- 150k
- Forks
- 13.7k
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 2
Description
To record a video I need to run the command:
```scrcpy -r file.mkv```
This method is inconvenient if the scrcpy is already running and I need to make a video. I will have to return to the console, close the program, enter the command. After recording the video, I will have to close the scrcpy and reopen it without parameters.
I would like to be able to manage the recording of video from the scrcpy, namely
1. Start recording
2. Pause recording
3. Stop recording
For this, I can use third-party software as OBS, but when I test mobile applications in the scrcpy, switching to between different windows is distracting.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how the scrcpy -r file.mkv recording command is handled while the application is running. Define the hotkey behavior for starting, pausing, and stopping recording without restarting scrcpy, then verify that each operation works during an active session.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, c
- Domain
- desktop, mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100