Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rascoro1/recterm
Record your terminal into an mp4 video that includes audio
https://github.com/rascoro1/recterm
Last synced: 3 months ago
JSON representation
Record your terminal into an mp4 video that includes audio
- Host: GitHub
- URL: https://github.com/rascoro1/recterm
- Owner: rascoro1
- License: apache-2.0
- Created: 2017-03-24T16:40:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T23:11:46.000Z (over 2 years ago)
- Last Synced: 2024-07-28T08:35:16.958Z (3 months ago)
- Language: Shell
- Size: 3.59 MB
- Stars: 50
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - rascoro1/recterm - Record your terminal into an mp4 video that includes audio (Shell)
README
## recterm
Record the terminal into a mp4 with audio
### Normal Gif
![Demo](https://github.com/rascoro1/recterm/blob/master/github.gif)#### Youtube video created using recterm
[![IMAGE ALT TEXT HERE](https://github.com/rascoro1/recterm/blob/master/youtube_screen_shot.png)](https://www.youtube.com/watch?v=K-b_44KZ4n4)### Motivation
The [`ttyrec`] tool is a wonderful way to record and share terminal sessions and [`ttygif`] is a awesome way to turn them into gifs. However I would like to record videos of the terminal that include audio so giving an email of instuctions using mp4 would be the best way for me.
### Usage
```bash
$ recterm
```Example:
```bash
$ recterm test_terminal_session
```
The .wav and .mp4 file will be generated in the 'test_terminal_session' directory. In your current working directy the final .mp4 will be present with the file name test_terminal_session.mp4### Requirements
#### OS X
```bash
# Requires Homebrew installed. Find it at http://brew.sh/.
$ brew install ttyrec
$ brew install ttygif
$ brew install sox
$ brew install ffmpeg
```#### Ubuntu
```bash
$ sudo apt-get install imagemagick ttyrec gcc x11-apps make git
$ git clone https://github.com/icholy/ttygif.git
$ cd ttygif
$ make
$ sudo make install
$ apt-get install sox
$ apt-get install ffmpeg
``````
If you are having difficulty installing recterm please follow the guide:
http://linoxide.com/linux-how-to/recterm-record-videos-audio-linux-terminal/
```### Credits
* [@rascoro1]
### License
Apache.
[`ttyrec`]: http://0xcc.net/ttyrec/
[`ttygif`]: https://github.com/sugyan/ttygif
[@rascoro1]: https://github.com/rascoro1/