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...") |
(→Video Recording) |
||
(One intermediate revision by one user not shown) | |||
Line 3: | Line 3: | ||
To record video at 1920x1080 resolution to file capture.mp4 in the current directory: | To record video at 1920x1080 resolution to file capture.mp4 in the current directory: | ||
+ | <pre> | ||
ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 capture.mp4 | ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 capture.mp4 | ||
+ | </pre> | ||
=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> |
Latest 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