/usr/share/help/uk/pitivi/trimming.page is in pitivi 0.99-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="topic" id="trimming" xml:lang="uk">
<info>
<link type="guide" xref="index#timeline"/>
<revision pkgversion="0.96" version="0.2" date="2016-02-17" status="complete"/>
<credit type="author">
<name>Jean-François Fortin Tam</name>
<email>nekohayo@gmail.com</email>
</credit>
<credit type="contributor">
<name>Mario Blättermann</name>
<email>mariobl@gnome.org</email>
</credit>
<credit type="contributor">
<name>Tomáš Karger</name>
<email>tomkarger@gmail.com</email>
</credit>
<desc>Скорочення кліпів зміщенням початкової та кінцевої точок. Також розглянуто ripple- та roll-підгонку.</desc>
<license>
<p>Creative Commons Share Alike 3.0</p>
</license>
</info>
<title>Підгонка </title>
<p><em>Trimming</em> is the act of changing the length of a clip by moving its beginning or end point in the timeline. Move the mouse cursor over the edge of a clip and a trimming handle will appear. Drag the trimming handle in an appropriate direction to either reduce or increase the length of the clip.</p>
<figure>
<title>Trimming handle</title>
<desc>The mouse cursor transforms into trimming handle when hovering over the edge of a clip.</desc>
<media type="image" src="figures/trimming-individual.png" mime="image/png" style="right"/>
</figure>
<p>Clips that are grouped together, such as corresponding audio and video clips, will trim in unison when you drag the trimming handle. To trim only the audio or only the video clip, you need to ungroup them first (see the <link xref="selectiongrouping">Selection and grouping</link> page for instructions on how to do that).</p>
<section id="ripple">
<title>Ripple-підгонка</title>
<p>Ripple editing is a variant of basic trimming which, in addition to trimming a clip, also moves the following clips (the clips that start after the one you're directly editing) so that their relative position to the edited clip stays the same.</p>
<figure>
<title>Before</title>
<desc>Relative position of two adjacent clips before ripple editing</desc>
<media type="image" src="figures/ripple-before.png" mime="image/png" style="right" width="780"/>
</figure>
<figure>
<title>After</title>
<desc>Relative position of two adjacent clips after ripple editing</desc>
<media type="image" src="figures/ripple-after.png" mime="image/png" style="right"/>
</figure>
<note>
<p>Note that if there is a gap between the clips, the following clip moves toward the edited so that the gap length stays the same.</p>
</note>
<note>
<p>Ripple editing affects all following clips, regardless of whether or not they are on the same layer.</p>
</note>
<p>Щоб виконати Ripple-підгонку:</p>
<steps>
<item>
<p>Place the mouse cursor on a trimming handle.</p>
</item>
<item>
<p>Натисніть і утримуйте <key>Shift</key>.</p>
</item>
<item>
<p>Перетягніть смужку підгонки.</p>
</item>
</steps>
<note style="tip">
<p>Ripple editing can also be used when moving clips around in the timeline. For detailed explanations on how to do this, see the section <link xref="usingclips#ripple">Using ripple editing while moving clips</link>.</p>
</note>
</section>
<section id="rollediting">
<title>Roll-підгонка</title>
<p>Roll editing is a variant of basic trimming which, in addition to trimming a clip, <em>trims</em> the adjacent clips in a complementary way to prevent creating gaps.</p>
<figure>
<title>Before</title>
<desc>Relative position of two adjacent clips before roll editing</desc>
<media type="image" src="figures/roll-before.png" mime="image/png" style="right" width="780"/>
</figure>
<figure>
<title>After</title>
<desc>Relative position of two adjacent clips after roll editing</desc>
<media type="image" src="figures/roll-after.png" mime="image/png" style="right" width="780"/>
</figure>
<note>
<p>Roll editing affects all adjacent clips, regardless of whether or not they are on the same layer.</p>
</note>
<p>Щоб виконати roll-підгонку:</p>
<steps>
<item>
<p>Наведіть вказівник мишки на смужку підгонки між двома сусідніми кліпами.</p>
</item>
<item>
<p>Натисніть та утримуйте <key>Ctrl</key>.</p>
</item>
<item>
<p>Перетягніть смужку підгонки.</p>
</item>
</steps>
</section>
</page>
|