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

« back to all changes in this revision

Viewing changes to help/C/layers.page

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-15 02:32:20 UTC
  • mfrom: (1.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110815023220-x2n5l0i4deiqn7dn
Tags: 0.14.2-0ubuntu1
* New upstream version.
  - New Mallard format help
* debian/control:
  - Add gnome-doc-utils to build-depends
  - Bump pygtk minimum to 2.24
* debian/patches/01_lpi.patch
  - Move LPI items below User Manual in Help menu
* debian/watch: Watch for 0.14.* tar.bz2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      xmlns:e="http://projectmallard.org/experimental/"
 
3
      type="topic"
 
4
      id="layers">
 
5
 
 
6
  <info>
 
7
    <link type="guide" xref="index#timeline"/>
 
8
    <revision pkgversion="0.13.4" version="0.1" date="2010-12-05" status="complete"/>
 
9
    <credit type="author">
 
10
      <name>Jean-François Fortin Tam</name>
 
11
      <email>nekohayo@gmail.com</email>
 
12
    </credit>
 
13
    <credit type="contributor">
 
14
      <name>Mario Blättermann</name>
 
15
      <email>mariobl@gnome.org</email>
 
16
    </credit>
 
17
    <desc>
 
18
      
 
19
    </desc>
 
20
    <license>
 
21
      <p>Creative Commons Share Alike 3.0</p>
 
22
    </license>
 
23
  </info>
 
24
 
 
25
    <title>Understanding layers</title>
 
26
 
 
27
     <p><em>Layers</em> are a fundamental concept for advanced editing in the timeline: compositing, mixing multiple videos simultaneously, and adding titles depend on this feature.</p>
 
28
     <p>It is easier to think of layers in terms of images painted on glass. With several pieces of glass stacked on top of each other, each of these pieces of glass is a layer. If the top piece of glass is completely painted over, none of the pieces of glass underneath will be visible.</p>
 
29
     <p>If, on the other hand, you only paint over a portion of a piece of glass, you will be able to see what is underneath the non-painted parts.</p>
 
30
 
 
31
     <section>
 
32
      <title>Opacity (how solid “opaque” things are)</title>
 
33
       <p>Each layer (and each clip) has its own transparency. To continue the paint on glass metaphor, if the paint is thin enough, it can be seen through. Visually, an opacity of 100% means you cannot see the clips below that layer or clip, and an opacity of of 50% means you can partly see them.</p>
 
34
     </section>
 
35
 
 
36
     <section>
 
37
      <title>How this translates in terms of user interface</title>
 
38
       <p>While, in real life, you can stack pieces of glass onto each other in three dimensions, your computer monitor only has two dimensions. Thus, the <em>layers on top</em> (the “Z” axis in the physical world) are also visually <em>on top</em>, albeit on the “Y” axis.</p>
 
39
       <p>The following diagram illustrates the <em>pieces of glass</em> (left) and how they are show as <em>layers</em> in <app>PiTiVi</app>'s user interface (right).</p>
 
40
       <figure>
 
41
        <media type="image" src="figures/layers.png" mime="image/png" style="right"></media>
 
42
       </figure>
 
43
       <p>Clips located on a layer above will block the clips below from view, unless it has an opacity value lower than 100% (as shown with the two topmost layers in the previous illustration).</p>
 
44
     </section>
 
45
 
 
46
     <section>
 
47
      <title>Adding and removing layers</title>
 
48
       <p>Layers are created and removed automatically. There is no “layer management” interface in <app>PiTiVi</app> (at least, not yet).</p>
 
49
       <p>To create a layer, drag a clip downwards until a new layer appears for it.</p>
 
50
       <p>If there are no more clips on a layer, it is automatically removed. Thus, to remove a layer, simply drag its clips upwards onto another layer.</p>
 
51
     </section>
 
52
 
 
53
     <section>
 
54
      <title>What about audio layers?</title>
 
55
       <p>Unlike in vision, multiple sounds do not (objectively) “block” each other. As such, if you have multiple audio clips on separate layers, their sound will be mixed together. Controlling the volume of those audio clips simply changes their relative loudness.</p>
 
56
     </section>
 
57
 
 
58
 
 
59
</page>