Skip to content

A small script to record Real Time Video effectively with features like Past Video Recording,Variable Speed Playback

Notifications You must be signed in to change notification settings

ayushpatel14/Python-Live-Stream-Video-Buffering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python-Live-Stream-Video-Buffering

A small script to record Real Time Video effectively with features like Past Video Recording,Variable Speed Playback.

Requirnments

  • Python 3
  • OpenCV
  • Numpy

Usage

This script shows live video stream from webcam, if you wish to record the stream press 'r' button, the recorded video will contain some seconds(x) before the button press and some seconds(y) after the button press .After the video is recorded the script will playback the recoded video some number of time(z) and with variable speed.These values can be configured in the config.txt file. Also this recorded video will be saved in Output folder with .mp4 extension.

Configuration File-config.txt

This file contains the configuration of the recorded video. Video Recording(buffering) starts X seconds before button press and ends Y seconds after the button press. After Recording the video playback iters for Z times with the Speed 'Speed'.

About

A small script to record Real Time Video effectively with features like Past Video Recording,Variable Speed Playback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages