screenclip
screenclip copied to clipboard
An experimental video snipping tool for Windows, designed as a system tray application.
This Assigns Start/ Stop functionality for video recording on Cmnd/Crtl+Shift+R key
Currently, the app is hardcoded to capture only for 10 seconds when you click the capture video menu item from the system tray: https://github.com/0Ky/screenclip/blob/3d730cce88d807f061cf6117835975f61fa1ccd2/src-tauri/src/main.rs#L65 Instead, video capture should begin after...
The current behavior is that the `PrintScreen` key is hardcoded to call `region_selection_window()` function that takes a single screenshot. Instead, upon initialization of the application, it should read settings[1] and...
Similar to the following image, that should also include X,Y at the top left corner of it:  If capturing or moving the selection area to the edge or corners...
- Capture audio data from a selectable option of sources (e.g., system audio, microphone, or both) using `WASAPI` (Windows Audio Session API). - Encode audio using the `AAC` codec. -...
When selecting the `Video clip` menu to capture a video, a fully transparent region capture window will appear, when selecting an area it should snap only to even dimensions. This...