Gtk-recordmydesktop
From Healthcare Robotics Wiki
Revision as of 14:34, 1 June 2012 by Advaitjain (Talk | contribs)
Marc found this tool and recommended it to Advait. We have used this instead of glc to capture videos from rviz.
Contents |
Pros
- better quality and color in the videos
Cons
- entire desktop gets recorded, so will need a decent video editor
Installation
- sudo apt-get install gtk-recordmydesktop
Usage
- gtk-recordMyDesktop
- follow the instructions on the gui, you might want to change location where the file is saved etc.
- The saved video file is an ogv. Convert to something else using mencoder:
- mencoder video.ogv -ovc xvid -xvidencopts pass=1 -o video.avi