Archive:Kdenlive/Manual/Timeline: Difference between revisions

From KDE UserBase Wiki
(removed "same track transition")
Line 37: Line 37:
The timeline is made of tracks. There are two kind of tracks: audio and video. The number of tracks is defined when creating a new project in the [[Special:myLanguage/Kdenlive/Manual/Projects and Files/Project Settings|Project Settings Dialog]]. Adding a clip in timeline can be achieved by dragging it from the [[Special:MyLanguage/Kdenlive/Manual/Projects_and_Files/Project_Tree|Project Bin]] or the [[Special:myLanguage/Kdenlive/Manual/Monitors|Clip Monitor]].
The timeline is made of tracks. There are two kind of tracks: audio and video. The number of tracks is defined when creating a new project in the [[Special:myLanguage/Kdenlive/Manual/Projects and Files/Project Settings|Project Settings Dialog]]. Adding a clip in timeline can be achieved by dragging it from the [[Special:MyLanguage/Kdenlive/Manual/Projects_and_Files/Project_Tree|Project Bin]] or the [[Special:myLanguage/Kdenlive/Manual/Monitors|Clip Monitor]].


=== Same track transitions ===
 
Same track transition improves the editing workflow. 
 
''' Important ''' 


Same track transitions can only be applied if there are half a second of frames available on the end of each clip. If a clip is not adjusted in his length you have to do that first. 
 
There are 3 ways to add transitions: 
 
''' Mouse '''
* Double click the border between 2 adjacent clips or
* Selecting a clip and press the u key.
 
''' Keyboard ''' 
* Jump with alt+arrow between the cut and press '''u'''. 
 
''' Icon ''' 
* Selecting a clip and click on the "mix clips" icon in the timeline toolbar. 
 
''' Tip ''' 
To apply only transitions on either the video or audio track just lock the track on which you don’t want a transition to be applied and add transitions by one of above ways on the other track. 
 
''' Adjust the length of transitions ''' 
Grab the end of a transition with the mouse and lengthen or shorten it as needed.


=== See also === <!--T:9-->
=== See also === <!--T:9-->

Revision as of 17:36, 21 December 2020


Timeline

Timeline pane

The timeline is the central part of Kdenlive. It is made of 4 different areas (see screenshot).

  • 1 - Track resizing icon. These 2 icons allow you to increase or decrease the height of the tracks. They allow the track height to be adjusted to half the default height or double the default height. The default height of tracks can be configured in Kdenlive's Settings dialog.
  • 2 - Timeline ruler. This shows the time in frames or in hh:mm:ss notation. The area highlighted in green is called the selection zone, and is useful if you want to render only a part of your project. Left clicking in the timeline ruler will move the timeline cursor and seek to that position. The Timeline ruler context menu allows you to manage Guides.
  • 3 - Track header. This box shows some options for a track. First is the track name (Video 2 in the screenshot). That name can be changed by simply clicking in it. Below are icons to Lock the track (prevent adding / removing clips), Mute the track , and Hide video from this track. Right clicking in the track header will give you a context menu allowing to manage (add / delete) tracks.
  • 4 - The track itself, this is where you can drop your clips.

Timeline Cursor/Position Caret/Playhead

This indicates the position we are displaying in the Project Monitor. You can scroll the position by dragging the Timeline cursor (a.k.a Position Caret or Playhead).

Beginning with version 0.9.4, dragging the timeline cursor will play the audio of the clip (a.k.a. Audio Scrubbing). This feature only works if you have checked Use Open GL for video display in Settings -> Configure Kdenlive -> Playback.

Tracks

The timeline is made of tracks. There are two kind of tracks: audio and video. The number of tracks is defined when creating a new project in the Project Settings Dialog. Adding a clip in timeline can be achieved by dragging it from the Project Bin or the Clip Monitor.


See also