Difference between revisions of "Screenshots"
From Immersive Visualization Lab Wiki
(Created page with "=Video Recording= To record video at 1920x1080 resolution to file capture.mp4 in the current directory: ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 capture.mp4 =Screen Sho...") |
(→Screen Shots) |
||
Line 7: | Line 7: | ||
=Screen Shots= | =Screen Shots= | ||
+ | <pre> | ||
xwd -root -out myshot.xwd | xwd -root -out myshot.xwd | ||
convert myshot.xwd myshot.jpg | convert myshot.xwd myshot.jpg | ||
+ | </pre> |
Revision as of 16:09, 1 June 2018
Video Recording
To record video at 1920x1080 resolution to file capture.mp4 in the current directory:
ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 capture.mp4
Screen Shots
xwd -root -out myshot.xwd convert myshot.xwd myshot.jpg