-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (26 loc) · 765 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
2022