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

« back to all changes in this revision

Viewing changes to help/C/crossfading.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="crossfading">
 
5
 
 
6
  <info>
 
7
    <link type="guide" xref="index#transitions"/>
 
8
    <link type="seealso" xref="fadeinfadeout"/>
 
9
    <revision pkgversion="0.13.4" version="0.1" date="2010-12-05" status="incomplete"/>
 
10
    <credit type="author">
 
11
      <name>Jean-François Fortin Tam</name>
 
12
      <email>nekohayo@gmail.com</email>
 
13
    </credit>
 
14
    <credit type="contributor">
 
15
      <name>Mario Blättermann</name>
 
16
      <email>mariobl@gnome.org</email>
 
17
    </credit>
 
18
    <desc>
 
19
      Making two clips fade into each other.
 
20
    </desc>
 
21
    <license>
 
22
      <p>Creative Commons Share Alike 3.0</p>
 
23
    </license>
 
24
  </info>
 
25
 
 
26
    <title>Crossfading clips</title>
 
27
     
 
28
     <p>To do a crossfade between two clips on the same layer, simply drag one of the clips onto the other so that it overlaps. The overlapping region will be used for transitions (crossfade by default) between the two clips. You can adjust the length of the transition by moving or trimming the clips.</p>
 
29
     <note>
 
30
      <p>Crossfades are achieved using <app>PiTiVi</app>'s video mixing features, which use keyframes to control the opacity of clips.</p>
 
31
      <p>This also means that if you set opacity keyframes for that clip, they will be taken into account for the crossfade.</p>
 
32
     </note>
 
33
 
 
34
</page>