Skip to content

EdRamos12/eds-screencap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golden Resource

An open source Screen recorder made with Electron, based on Fireship's screen recorder project

Github top language License Size Status

AboutTechnologiesFeaturesInstall instructionsLicenseContribution

💻 About the project

Golden Resource is a screen recorder made with studying purposes, to learn more about javascript, it's dependencies and about electronjs. The purpose of this application is a quick recorder you can pick to, and convert to a variable amount of video format, with a feature to backup any recording if the convertion fails.

🚧 Project currently not done. 🚧

⚙️ Technologies

The following material was used to create this project:

☑️ Features

Check the list for more details about the project.

  • Functional recorder
  • Pause/Resume recording
  • Responsive U.I
  • Convert broken webm file
  • Save to mulliple formats (MP4, WEBM, FLV and MOV)
  • Control system/microphone audio
  • Resizable preview
  • U.I Revamp (again)

❔ Running the project

Requirements

In case you want to run this project, you will need:

Cloning this repo

# Clone this repository
$ git clone -b master https://github.com/EdRamos12/eds-screencap

# Go into the repository
$ cd eds-screencap

Installing dependencies

# You can either use yarn...
$ yarn

# ...or npm as package manager
$ npm i

Running the project

# Running with yarn
$ yarn start

# Running with npm
$ npm start

📜 License

This project is under the MIT license. See the LICENSE for more information.

🤝 Contribution

This project is for study purposes, send me an email telling me what you are doing and teach me your knowledge! All kinds of contributions are very welcome and appreciated!

  • ⭐️ Star the projecs
  • 🐛 Find and report issues
  • 📥 Submit PRs to help solve issues or add features