Module for doing screencast / media work.
Function | screenkey |
Launch the screenkey program for showing keys during terminal work. |
Function | x11_to_mp4 |
FFMPEG recording x11 to MP4 file (no audio). |
Launch the screenkey program for showing keys during terminal work.
Parameters | scr_num | Undocumented (type: int ) |
Returns | Undocumented (type: subprocess.Popen ) |
FFMPEG recording x11 to MP4 file (no audio).
Parameters | x | Undocumented (type: int ) |
y | Undocumented (type: int ) | |
width | Undocumented (type: int ) | |
height | Undocumented (type: int ) | |
destination_file | Undocumented (type: str ) | |
Returns | Undocumented (type: subprocess.Popen ) |