Difference between revisions of "Gtk-recordmydesktop"
From Healthcare Robotics Wiki
Advaitjain (Talk | contribs) (Created page with " Marc found this tool and recommended it to Advait. We have used this instead of glc to capture videos from rviz. === Pros === * better quality and color in the videos === C...") |
Advaitjain (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | Marc found this tool and recommended it to Advait. We have used this instead of glc to capture videos from rviz. | + | Marc found this tool and recommended it to Advait (who is writing this). We have used this instead of glc to capture videos from rviz. |
=== Pros === | === Pros === | ||
| Line 7: | Line 7: | ||
=== Cons === | === Cons === | ||
* entire desktop gets recorded, so will need a decent video editor | * entire desktop gets recorded, so will need a decent video editor | ||
| − | |||
=== Installation === | === Installation === | ||
Revision as of 14:35, 1 June 2012
Marc found this tool and recommended it to Advait (who is writing this). 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