benits / mini-video-me

📹 A small webcam player focused on providing an easy way to add and control your webcam during recordings.

Home Page:https://maykbrito.github.io/mini-video-me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Video Me

A small webcam player focused on providing an easy way to add and control your webcam during recordings.


Installation

Download the latest version from releases page and run it.

Running locally

Clone de repository, open its folder and install dependencies with:

yarn

Run it using:

yarn start

Preview

Sample preview running the app:

Preview

Usage & settings

After running for the first time you can access the app settings through the tray menu and click on "Settings" to change default shortcuts, camera size, zoom, etc.

Default shortcuts

Keystroke Function
+/- Zoom in/out (window must be focused)
/ Flip horizontal (window must be focused)
o Toggle rounded camera (window must be focused)
p Toggle custom shapes (window must be focused)
r Reset zoom (window must be focused)
Arrow Up / Down / Left / Right Adjust video offset (window must be focused)
Ctrl+Shift+Alt+Up Move camera to upper screen edge
Ctrl+Shift+Alt+Down Move camera to lower screen edge
Ctrl+Shift+Alt+Right Move camera to right screen edge
Ctrl+Shift+Alt+1 Set camera size to small
Ctrl+Shift+Alt+2 Set camera size to large
Ctrl+Shift+Alt+3 Toggle camera visibility

On macOS you can use Command instead of Ctrl.

Using custom shapes

You can use custom shapes using the clip-path CSS property. You can use a tool like Clippy to play around with different shapes you can build with clip-path.

Author

👤 Mayk Brito

Show your support

Give a ⭐️ if this project helped you!

About

📹 A small webcam player focused on providing an easy way to add and control your webcam during recordings.

https://maykbrito.github.io/mini-video-me/

License:MIT License


Languages

Language:TypeScript 79.9%Language:HTML 15.2%Language:JavaScript 4.9%