]> git.sesse.net Git - nageru-docs/blob - meintro.rst
Small correction about scaling.
[nageru-docs] / meintro.rst
1 Introduction to the M/E workflow
2 ================================
3
4 Nageru, like most hardware video mixers, is based on the **mixer/effects**
5 workflow, or just M/E for short. (Don't ask why “mixer” or “effects”;
6 the name is confusing and mostly historical.)
7
8 The basic idea of M/E is that you have two main displays, *preview* and *live*.
9 Every time you want to change what's shown to the viewer, you first bring it
10 up on the preview display, verify that it indeed contains something you'd like
11 to show to your viewers, and only then start a transition to move the preview
12 display onto the live display (which mirrors exactly what the viewers see).
13 After the transition is done, the preview and live displays switch, allowing
14 the operator to either switch back or to pull a new source onto the preview
15 display.
16
17 In Nageru, the available transitions at any time are governed by the
18 :doc:`theme </theme>`. However, generally a simple cut (moving immediately
19 from live to preview) will nearly always be an option. Other effects include
20 fades and zooms, but availability will depend on what sources are involved in the
21 transition.
22
23 The mixer can be controlled by the mouse or keyboard, but most operators will prefer using both hands
24 on the keyboard. Like on a real mixing console, you use your left hand to select
25 sources for preview (using the 1–9 keys) and the right hand to choose a transition
26 (using H, J or K).