screenclip icon indicating copy to clipboard operation
screenclip copied to clipboard

An experimental video snipping tool for Windows, designed as a system tray application.

Results 6 screenclip issues
Sort by recently updated
recently updated
newest added

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...

📝 TODO
hacktoberfest

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...

📝 TODO
hacktoberfest

Similar to the following image, that should also include X,Y at the top left corner of it: ![image](https://github.com/0Ky/screenclip/assets/16103757/f02482b4-0cca-432a-a3e2-f6df7cca9856) If capturing or moving the selection area to the edge or corners...

📝 TODO
hacktoberfest

- 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. -...

good first issue
📝 TODO
hacktoberfest

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...

📝 TODO
hacktoberfest