Differences between revisions 2 and 3
Revision 2 as of 2012-05-23 20:35:56
Size: 884
Editor: techtonik
Comment: add copy/paste howto for recordscreen.py
Revision 3 as of 2013-11-06 12:24:45
Size: 1012
Editor: techtonik
Comment: add LICEcap
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:

 * [[http://www.cockos.com/licecap/|LICEcap]] - GPL, non-Python tool for Mac OS and Windows that produces screencasting GIFs

Screencasting is the process of recording screencast - a movie, demonstrating the usage of some stuff on the screen. It is useful for tutorials, announcements and all kind of stuff. Blender community uses screencasts a lot and they even made Python helper to aid the process of capturing screen with FFMPEG on Linux.

Here are some Python bits and pieces that can help with recording and processing screencasts:

  • recordscreen.py - video and audio capture for Linux with ffmpeg by Nathan Vegdahl

    • `python recordscreen.py -n -w --vcodec vp8 output.webm' - select window to capture, turn off sound, record into WebM
  • LICEcap - GPL, non-Python tool for Mac OS and Windows that produces screencasting GIFs

Screencasting (last edited 2014-02-24 07:42:16 by techtonik)

Unable to edit the page? See the FrontPage for instructions.