A self-made screencasting application built in Python. This basically applies the fact that many pictures taken at small intervals of time can be made into a video. Here the pictures are basically the screenshots.
- Python3
- scrot
- ffmpeg
This program is used to take the screenshots continuously for an interval of time given as an input argument.
A Shell script to move the video from the Screenshots directory to the Videos directory.
Just run
./run.sh x
Where x is the time of capture in seconds.
- To make sure that the video is made smoother.
- To take the screenshots of just a portion of the screen, taken as user input.
Contributions are welcome...just put appropriate messages, and use the MARKDOWN format wherever possible.