~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to help/de/splitting.page

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-03-29 15:22:50 UTC
  • mto: (3.1.23 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20140329152250-flg9onx416bqf3e3
Tags: upstream-0.93
Import upstream version 0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
  <info>
5
5
    <link type="guide" xref="index#timeline"/>
6
 
    <revision pkgversion="0.13.4" version="0.1" date="2010-12-05" status="complete"/>
 
6
    <revision pkgversion="0.92" version="0.1" date="2013-12-19" status="complete"/>
7
7
    <credit type="author">
8
8
      <name>Jean-François Fortin Tam</name>
9
9
      <email>nekohayo@gmail.com</email>
11
11
    <credit type="contributor">
12
12
      <name>Mario Blättermann</name>
13
13
      <email>mariobl@gnome.org</email>
 
14
      <name>Tomáš Karger</name>
 
15
      <email>tomkarger@gmail.com</email>
14
16
    </credit>
15
17
    <desc>
16
18
      Dividing clips in two parts.
18
20
    <license>
19
21
      <p>Creative Commons Share Alike 3.0</p>
20
22
    </license>
 
23
  
 
24
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
25
      <mal:name>Mario Blättermann</mal:name>
 
26
      <mal:email>mariobl@freenet.de</mal:email>
 
27
      <mal:years>2010, 2011</mal:years>
 
28
    </mal:credit>
 
29
  
 
30
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
31
      <mal:name>Marcel Tiede</mal:name>
 
32
      <mal:email>marcel.tiede@yahoo.de</mal:email>
 
33
      <mal:years>2014</mal:years>
 
34
    </mal:credit>
 
35
  
 
36
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
37
      <mal:name>Benjamin Steinwender</mal:name>
 
38
      <mal:email>b@stbe.at</mal:email>
 
39
      <mal:years>2014</mal:years>
 
40
    </mal:credit>
 
41
  
 
42
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
43
      <mal:name>Christian Kirbach</mal:name>
 
44
      <mal:email>christian.kirbach@gmail.com</mal:email>
 
45
      <mal:years>2014</mal:years>
 
46
    </mal:credit>
21
47
  </info>
22
48
 
23
49
    <title>Splitting</title>
24
 
     
 
50
 
25
51
     <p>As the name implies, splitting a clip divides it into two adjacent clips, with new beginning/end points being created accordingly.</p>
26
52
     <p>In <app>Pitivi</app>, splitting is a “non-modal” operation; this means that you do not have to “activate” a particular tool before doing the split action. Splitting occurs where the playhead is currently located (see also <link xref="movearoundtimeline">Moving the playhead</link>). Combined with zooming, frame-by-frame seeking with the keyboard or scrubbing, modeless splitting is not only fast and efficient, it is also very accurate.</p>
27
53
     <p>Selections affect splitting in the following ways:</p>
48
74
      <item><p>Click on the <gui>Split</gui> button on the timeline toolbar or press <key>S</key>.</p></item>
49
75
     </steps>
50
76
 
 
77
        <note style="tip">
 
78
        <title>Cutting out the middle</title>
 
79
        <p>When you want to cut out a middle section of a clip, split the clip twice on the positions where the part you want to remove begins and ends. Select the middle part and hit <key>delete</key>. Now, eliminate the empty space between the remaining two parts by moving one of them towards the other until they align.</p>
 
80
        </note>
 
81
 
51
82
</page>