~ubuntu-branches/ubuntu/vivid/gnome-user-docs/vivid

« back to all changes in this revision

Viewing changes to gnome-help/hi/screen-shot-record.page

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-08-03 03:01:12 UTC
  • mto: (9.1.2 experimental) (1.1.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20110803030112-gmla00wdm5ewjxep
Tags: upstream-3.0.4
ImportĀ upstreamĀ versionĀ 3.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="screen-shot-record">
 
3
 
 
4
  <info>
 
5
  
 
6
    <link type="guide" xref="tips"/>
 
7
    
 
8
    <desc>Take a picture or record a video of what's happening on your screen.</desc>
 
9
    <revision pkgversion="3.0" date="2011-04-01" status="final"/>
 
10
    <revision pkgversion="3.0" version="3.0.1" date="2011-04-06" status="outdated"/>
 
11
    <credit type="author">
 
12
      <name>Tiffany Antopolski</name>
 
13
      <email>tiffany.antopolski@gmail.com</email>
 
14
    </credit>
 
15
    
 
16
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
17
  </info>
 
18
 
 
19
<title>Screenshots and screencasts</title>
 
20
 
 
21
<p>You can take a picture of your screen (a <em>screenshot</em>) or record a video of what's happening on the screen (a <em>screencast</em>). This is useful if you want to show someone how to do something on the computer, for example; screenshots and screencasts are just normal picture/video files, so you can email them and share them on the web.</p>
 
22
 
 
23
<section id="screenshot">
 
24
 <title>Take a screenshot</title>
 
25
 <p>To take a picture of what's on your screen:</p>
 
26
<steps>
 
27
<item>
 
28
 <p>Go to the <gui>Activities</gui> overview and open the <app>Screenshot</app> tool.</p>
 
29
</item>
 
30
 
 
31
<item>
 
32
 <p>In the window that appears, choose what to take a picture of.</p>
 
33
 <p>You can take a picture of the whole of the screen (<gui>Grab the whole desktop</gui>), just the window that you're currently using (<gui>Grab the current window</gui>), or you can select an area of the screen by dragging a box around it (<gui>Select the area to grab</gui>).</p>
 
34
</item>
 
35
 
 
36
<item><p>
 
37
Click <gui>Take Screenshot</gui>.
 
38
</p>
 
39
<p>
 
40
If you selected <gui>Select area to grab</gui>, the cursor will change into a cross. Click and drag the area you want for the screenshot.
 
41
</p>
 
42
</item>
 
43
 
 
44
<item><p>
 
45
The <gui>Save Screenshot</gui> window will now appear. Choose where to save the screenshot and click <gui>Save</gui>.</p>
 
46
</item>
 
47
</steps>
 
48
</section>
 
49
 
 
50
 
 
51
 
 
52
<section id="screencast">
 
53
<title>Make a screencast</title>
 
54
<p>
 
55
You can make a video recording of what is happening on your screen:
 
56
</p>
 
57
 
 
58
<steps>
 
59
<item>
 
60
 <p>Press <keyseq><key>Control</key><key>Shift</key><key>Alt</key><key>R</key></keyseq> to start recording what's on your screen.</p>
 
61
 <p>A red circle is displayed in the bottom right corner of the screen when the recording is in progress.</p>
 
62
</item>
 
63
 
 
64
<item>
 
65
 <p>Once you've finished, press <keyseq><key>Control</key><key>Shift</key><key>Alt</key><key>R</key></keyseq> again to stop the recording.</p>
 
66
</item>
 
67
 
 
68
<item>
 
69
 <p>A file named <file>shell-%d%u-%c.webm</file> will be saved in your Home folder.</p>
 
70
 <p>In the file name, %d is the date, %u is a string of letters that makes the file name unique, and %c is a counter that is incremented each time a recording is made within a single session.</p>
 
71
</item>
 
72
 
 
73
<item>
 
74
 <p>You can <link xref="files-rename">rename</link> the file as you wish.</p>
 
75
</item> 
 
76
</steps>
 
77
</section>
 
78
 
 
79
</page>