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

« back to all changes in this revision

Viewing changes to help/C/projectsettings.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="editsettings">
 
5
 
 
6
  <info>
 
7
    <link type="guide" xref="index#gettingstarted"/>
 
8
    <revision pkgversion="0.14" version="0.2" date="2011-06-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
      How to specify the global project resolution, framerate, aspect ratio, audio settings and project metadata.
 
19
    </desc>
 
20
    <license>
 
21
      <p>Creative Commons Share Alike 3.0</p>
 
22
    </license>
 
23
  </info>
 
24
 
 
25
    <title>Editing project settings</title>
 
26
 
 
27
    <p>When starting a new project, you should make sure to go adjust the project settings, such as framerate, resolution and preferred codecs. The video resolution and aspect ratio will affect the appearance of the previewer. If you do not set the resolution and aspect ratio to match those of your footage, the video may look squished or letterboxed.</p>
 
28
    <p>To edit the project settings after initial creation, use the <guiseq><gui>Project</gui><gui>Project Settings</gui></guiseq> menu.</p>
 
29
 
 
30
    <section>
 
31
        <title>Pixel aspect ratio vs display aspect ratio</title>
 
32
        <p>Digital images are composed of a grid of <link href="http://en.wikipedia.org/wiki/Pixel">pixels</link>, which may or may not be square. As such, in some cases, you may need to set the <link href="http://en.wikipedia.org/wiki/Pixel_aspect_ratio">pixel aspect ratio</link> (PAR) for the image to display correctly. On the other hand, <link href="http://en.wikipedia.org/wiki/Display_aspect_ratio">display aspect ratio</link> (DAR) is the mathematical ratio of width:height for the whole image.</p>
 
33
        <p>In <app>PiTiVi</app>, pixel aspect ratio and display aspect ratio are related to each other by the video resolution (width and height). Once your resolution is set, setting the DAR will influence the PAR and vice versa. You can use either DAR or PAR, whichever you are most comfortable with.</p>
 
34
        <p>You can use the ratios already provided in the combo boxes, or input a custom aspect ratio in the text entry below (using a syntax such as "4:3" or "1.3333", although the decimal version is less precise).</p>
 
35
    </section>
 
36
 
 
37
    <section>
 
38
        <title>Presets</title>
 
39
        <p>The project settings dialog allows you to save presets for later use. If you often deal with the same kind of project settings or with different cameras using different settings, you may want to create custom presets.</p>
 
40
        <note><p>Video presets and audio presets are independent of each other.</p></note>
 
41
        <p>To create a preset:</p>
 
42
        <steps>
 
43
            <item><p>Change the video (or audio) settings to your liking.</p></item>
 
44
            <item><p>Click the <gui>Add</gui> button.</p></item>
 
45
            <item><p>Give your preset a unique name: while the preset is selected in the list, click on its name to toggle editing mode. When you're done, press <key>Enter</key>.</p></item>
 
46
        </steps>
 
47
        <p>To edit a preset:</p>
 
48
        <steps>
 
49
            <item><p>Select your preset in the list of existing presets.</p></item>
 
50
            <item><p>Change the settings to your liking.</p></item>
 
51
            <item><p>Click the <gui>Save</gui> button.</p></item>
 
52
        </steps>
 
53
        <p>To remove a preset, simply select it in the list of presets and press the <gui>Remove</gui> button.</p>
 
54
    </section>
 
55
 
 
56
</page>