Skip to content

dksmuz7/screen-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Screen Recorder Using OpenCV

This is a basic screen recorder, in this the program takes screenshot continuously and convert those pictures into a video format with the help VideoWrite() function.

Make sure you have installed following :-

  1. Python
  2. An IDE
  3. OpenCV library
  4. Pyautogui library
  5. And numpy library

Useses Instructions :-

  1. Run the program in any Python supported IDE
  2. Now it will ask to enter file name followed with path e.g. Recorder/rec1.mp4
  3. After pressing q in commant prompt or terminal video will be saved in the entered location
  4. The default path is where you have putted the source file (screenRec.py)

About

A basic screen recorder using OpenCV + Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages