Skip to content

Uses ffmpeg to capture tty/console display and ThinkPad T430’s internal mic

Notifications You must be signed in to change notification settings

rbledsaw3/ttygrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ttygrab

This repo has two scripts: one for starting an ffmpeg instance that runs in the background capturing the tty display and internal mic for audio; and another for stopping this process since it's running in the background.

Usage

To start streaming, type the following in a bash prompt:

$ ttygrab
Enter file name (including .mkv):
testing.mkv

Because this requires root privileges to grab directly from framebuffer devices (/dev/fb0), sudo will ask for your password.

To stop recording, use:

$ endstream

This will issue a killall command for ffmpeg, again requiring root privileges.

The video will be owned by root and write-protected. You'll need to run a chown/chmod accordingly to modify video permissions if needed.

About

Uses ffmpeg to capture tty/console display and ThinkPad T430’s internal mic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages