Git Product home page Git Product logo

recterm's Introduction

recterm

Record the terminal into a mp4 with audio

Normal Gif

Demo

Youtube video created using recterm

IMAGE ALT TEXT HERE

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

$ recterm <outputname-do not include the .mp4>

Example:

$ 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

# Requires Homebrew installed. Find it at http://brew.sh/.
$ brew install ttyrec
$ brew install ttygif
$ brew install sox
$ brew install ffmpeg

Ubuntu

$ 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

License

Apache.

recterm's People

Contributors

andrewcopeland avatar rascoro1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.