-
Notifications
You must be signed in to change notification settings - Fork 0
Main Window

- Media Library: A list of all media files in the recording directory and their clips
- Video-Preview
- Timeline
- Processing Queue
- General Actions
- Shortcuts

Each video file is one entry in the media list. Each file can have multiple clips which will be processed individually. Each clip that has already had a successfull process run is marked with a green checkmark. Each clip that did not yet run through processing does not have a check mark.
Right clicking on the media file allows you to delete said media. This will delete the file from the disk.
Right clicking on a media clip allows you to edit said clip, delete it or add it to the queue if it is not already in the queue.
The Preview will show the current video frame (duh.) When moving a whole clip, it will show the start and endframe side by side


From left to right:
- Set In-Point of selection (
I) - Create clip from selection (
Enter) - Clear selection (
Alt+I,Alt+O) - Set Out-Point of selection (
O) - Play / Pause (
Space) - Stop

- Zoom out on the second timeline
- Reset Zoom of the second timeline
- Zoom in on the second timeline

- Mute Audio (
M) - Set Audio Volume (0% - 300%)
This timeline gives you an overview. It contains the whole playback time and allows for fast seeking. Each media clip has a solid colored head on this timeline. Clicking this head will reveal the same actions as right clicking the clip in the media list.

This is a more detailed timeline. You can scrub through the media using your left mouse button. You can move media clips using your right mouse button, if it is highlighted green.
-
↑/↓: Navigate to previous/next point (start/end of media or clip, whichever is closer) -
Ctrl+Shift+↑/↓: Navigate to previous/next media file -
←/→: Move playhead backward/forward- Arrows only: 5s
- +
Shift: 0.5s - +
Ctrl+Shift: 60s - +
Alt(+Shift): Move green highlighted media clip
-
,/.: Previous/Next Frame -
I/O: Set In/Out point of selection- +
Alt: Clear In/Out point
- +
-
Space: Play/Pause -
M: Mute -
Enter: Create media clipfrom selection

This list contains all media clips that are shedulled to be processed. Newly created clips will be added to the list automatically. Old clips from previous sessions will not be added automatically, regardless of whether they already ran or not.
The list will contain both clip-bound graphs and static graphs. Clip-bound graphs use a media clip as a base and execute actions on that (like cutting, upload,...) and static graphs don't (like for housekeeping, clearing playlists,...)
You can add a new static graph using the Add Graph button. To run all shedulled graphs, press Start.

From left to right:
- Open settings
- Open thumbnail editor
- Open graph editor
- Open log viewer
- Housekeeping
This command will gather all media files that have at least one clip and where all clips have run sucessfully (are marked with a green checkmark). It then will prompt the user if those files should be deleted from the disk.