Difference between revisions of "Screencast"

From Blue-IT.org Wiki

(Tibesti)
(Screencast tools for Ubuntu)
Line 4: Line 4:
  
 
== Recording Software ==
 
== Recording Software ==
 +
 +
=== Kazam ===
 +
Default on tehe Gnome 3 desktop environment.
 +
See: [https://launchpad.net/kazam Kazam on Launchpad]
 +
 +
Pro
 +
* supports dual display mode
 +
* very easy to use
 +
* direct output of webm format
 +
* gstreamer backend (so guaranteed to work)
 +
* direct video upload to e.g. youtube
 +
 +
Con
 +
* Only fullscreen recording, [[Youtube#Batch-convert_videos_with_avidemux|processing might be necessary]]
  
 
=== Tibesti ===
 
=== Tibesti ===
Line 35: Line 49:
 
  sudo apt-get install gtk-recordmydesktop
 
  sudo apt-get install gtk-recordmydesktop
  
Fetures:
+
Features:
 
* Audio and video-capture
 
* Audio and video-capture
* Choose screenareo
+
* Choose screenarea possible
 +
* gstreamer backend
 +
 
 +
Cons:
 
* Saves only as ogv
 
* Saves only as ogv
  
Line 43: Line 60:
 
* See wiki article: [[Youtube#Youtube_upload_script]]
 
* See wiki article: [[Youtube#Youtube_upload_script]]
  
=== Kazam ===
 
See: [https://launchpad.net/kazam Kazam on Launchpad]
 
 
* Only fullscreen recording
 
* Supports dual display mode
 
* direct video upload to e.g. youtube
 
  
 
=== Eidete===
 
=== Eidete===

Revision as of 02:44, 13 January 2012

Screencast tools for Ubuntu

Recording Software

Kazam

Default on tehe Gnome 3 desktop environment. See: Kazam on Launchpad

Pro

  • supports dual display mode
  • very easy to use
  • direct output of webm format
  • gstreamer backend (so guaranteed to work)
  • direct video upload to e.g. youtube

Con

Tibesti

Very good tool

Pro

  • separate audio and video possible
  • record audio out and microphone, or both
  • capture screen area
  • record delay adjustable

Con

  • selection of the screen area in dual screen mode: The left most monitor is used and changes for selection to the main monitor. If the main monitor is smaller than the second one, you won't be able to select an appropriate area!
sudo add-apt-repository ppa:ackondro/tibesti

On Ubuntu 11.10 (oneiric) change the sources.list to natty

sudo vim /etc/apt/sources.list.d/ackondro-tibesti-oneiric.list

#deb http://ppa.launchpad.net/ackondro/tibesti/ubuntu oneiric main
#deb-src http://ppa.launchpad.net/ackondro/tibesti/ubuntu oneiric main
deb http://ppa.launchpad.net/ackondro/tibesti/ubuntu natty main
deb-src http://ppa.launchpad.net/ackondro/tibesti/ubuntu natty main

Now install

sudo apt-get update
sudo apt-get install tibesti

gtkRecordMyDesktop

Very mature and stable tool.

sudo apt-get install gtk-recordmydesktop

Features:

  • Audio and video-capture
  • Choose screenarea possible
  • gstreamer backend

Cons:

  • Saves only as ogv

Youtube upload: you have to convert the files using ffmpeg. I am using this nautilus script:


Eidete

--Apos 8 January 2012 (CET)

An upcoming star and at the time of writing under heavy development.

Screencast tools

Keymon

The classic key-mon tool. Just works. Simple, but effektive.

sudo apt-get install keymon

Start with:

key-mon

Screenkey

Inspired from keymon, a modern version. Paints a black (when compiz - semi transparent) area on the screen and shows all input (including what you are typing)

Problems:

  • Does not really work on dual screen environments becaus it spreads above both screens (nvidia twinview)
  • Unstable in 11.10 (cannot alter settings)