https://github.com/dirktoewe/screencast-shell-scripts
Shell Script for Desktop Recording
https://github.com/dirktoewe/screencast-shell-scripts
Last synced: 12 months ago
JSON representation
Shell Script for Desktop Recording
- Host: GitHub
- URL: https://github.com/dirktoewe/screencast-shell-scripts
- Owner: DirkToewe
- License: gpl-2.0
- Created: 2016-07-28T21:05:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T21:35:15.000Z (almost 10 years ago)
- Last Synced: 2025-06-03T13:05:42.314Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Screencast-Shell-Scripts
There are many GUI-Based Screencast programs for Linux and Windows. But they always left me unsatisified. They either turned out to be slow or the microphone couldn't be recorded separately.
In the end I turned to LibAV and the ```avconv``` command. Despite the good [documentation](https://libav.org/avconv.html) of the different ```avconv``` arguments, it is quite hard to put all the argument together in a meaningful way. This is why I share these scripts, so that others can derive their own recording scripts from it. If You find any bugs or if You feel like a great feature is missing, be a hero and make a pull-request.