SCR.RCD is a web-based screen recording application that allows users to record their screens directly in the browser. Unlike traditional screen recording tools that save recordings on servers, SCR.RCD stores recorded videos locally on the client-side using IndexedDB, ensuring user privacy and security.
- Browser-based: SCR.RCD is entirely browser-based, eliminating the need for users to install additional software or plugins.
- Screen Recording: Record your screen with ease directly within your browser window.
- Local Storage: Recorded videos are stored locally on the client-side using IndexedDB, providing enhanced privacy and security.
- Simple Interface: The user interface is intuitive and easy to use, making screen recording accessible to everyone.
- CameraView: Enable camera view (currently using PiP, only recorded if the user select capture entire screen).
- Video Cutter: Added ability to trim video in mp4 format.
- Customizable Settings: Customize recording settings such as frame rate, resolution, and audio options (partially added).
- whats next ...?
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
-
VS Code + Vue - Official (previously Volar) and disable Vetur
-
Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.
- see here
To get started with SCR.RCD, follow these steps:
- Clone the repository:
git clone https://github.com/iqbaladinur/scr.rcd.git
- run
npm install
inside scr.rcd directory - run
npm run dev
to start local development
SCR.RCD is compatible with modern web browsers that support the necessary APIs for screen recording and IndexedDB storage. We recommend using the latest versions of browsers such as Google Chrome, Mozilla Firefox, or Microsoft Edge for the best experience.
We welcome contributions from the community to improve SCR.RCD. If you'd like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/my-feature
. - Make your changes and commit them:
git commit -am 'Add new feature'
. - Push to the branch:
git push origin feature/my-feature
. - Submit a pull request.
Please ensure that your code adheres to our coding standards and includes appropriate documentation for any new features or changes.
If you encounter any issues or have any questions about SCR.RCD, please feel free to open an issue on GitHub, and we'll be happy to assist you.
This app is open-sourced software licensed under the MIT LICENSE.