X-Git-Url: https://git.sesse.net/?p=nageru-docs;a=blobdiff_plain;f=gettingstarted.rst;h=fd6f64678965d21cc1885a707eb882993d2a215f;hp=c73686bf47158d539eebc11c6167a09cc7ed51b5;hb=2eeb492b65ccbb2e2439d9f772ebdc64f70d40ea;hpb=6991b7523d838658cba1f55140f77ce854645cb9 diff --git a/gettingstarted.rst b/gettingstarted.rst index c73686b..fd6f646 100644 --- a/gettingstarted.rst +++ b/gettingstarted.rst @@ -1,2 +1,209 @@ -Getting started with the Nageru UI (not written yet) -==================================================== +Getting started +=============== + +Welcome to Nageru! For simple use, you can jump right in and make yourself +comfortable (at least if you have the :doc:`hardware requirements ` +in place and have `compiled it `_), but if you prefer a gentler introduction, +this is the place. + + +Introduction to the M/E workflow +-------------------------------- + +Nageru, like most hardware video mixers, is based on the **mixer/effects** +workflow, or just M/E for short. (Don't ask why “mixer” or “effects”; +the name is confusing and mostly historical.) + +The basic idea of M/E is that you have two main displays, *preview* and *live*. +Every time you want to change what's shown to the viewer, you first bring it +up on the preview display, verify that it indeed contains something you'd like +to show to your viewers, and only then start a transition to move the preview +display onto the live display (which mirrors exactly what the viewers see). +After the transition is done, the preview and live displays switch, allowing +the operator to either switch back or to pull a new source onto the preview +display. + +In Nageru, the available transitions at any time are governed by the +:doc:`theme `. However, generally a simple cut (moving immediately +from live to preview) will nearly always be an option. Other effects include +fades and zooms, but availability will depend on what sources are involved in the +transition. + + +A brief tour of the Nageru UI +----------------------------- + +The basic Nageru UI with the default theme looks like this: + +.. image:: images/basic-ui.png + +First a word about user input: Nageru can be controlled by the mouse or +keyboard, but most operators will prefer using both hands on the keyboard. +Like on a real mixing console, you use your left hand to select sources for +preview (using the 1–9 keys) and the right hand to choose a transition +(using J, K or L). In addition, audio can be controlled using a MIDI controller +if you want to; see the :doc:`audio