Skip to content

AliceInWinterlandGithub/window-recorder--shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Window Recorder == A way to create movies of the contents of windows in Shell. Usable from the command line. == A basic example: $ ./init.sh browser-recording/ $ ./make-movie.mp4.sh $ mplayer movie.mp4 Creates movie.mp3. This is how you use the library: $ ./init.sh new-movie/ # Initialize tmp/ and mount var/ $ ./run # Record window frames # Sometime later...^C $ ./make-movie.mp4.sh # Generate movie.mp4 $ mplayer movie.mp4 $ ./uninit.sh # Unmount var/ $ ./clean.sh # Remove tmp/ == Discussion: https://old.reddit.com/r/programming/comments/y8osul/a_console_based_x_windows_window_movie_recorder/? https://news.ycombinator.com/item?id=33281690 -- Burton Samograd burtonjohnsamograd@protonmail.com 2022 

About

An application/library to record an X Window to an mp4 movie written in Shell.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages