Difference between revisions of "Screenshots"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Screen Shots)
(Video Recording)
 
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=

Latest revision as of 17: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