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...") |
(→Cons) |
||
| (One intermediate revision by one user not shown) | |||
| 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 6: | Line 6: | ||
=== Cons === | === Cons === | ||
| − | * | + | * Can noticeably slow down the machine running it. |
| − | + | ||
=== Installation === | === Installation === | ||
Latest revision as of 15:42, 1 August 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 |
[edit] Pros
- better quality and color in the videos
[edit] Cons
- Can noticeably slow down the machine running it.
[edit] Installation
- sudo apt-get install gtk-recordmydesktop
[edit] 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