X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.rst;h=72da4bcfb65c549c023dd38eaf13afb48964d2fc;hb=b3f0e3e5c219318325bc0be1653e31042d234399;hp=afc22c09591c941b6d0525621e51888177c81968;hpb=a93702ec0c01e8624609472f75682cbbaa6a2464;p=nageru-docs diff --git a/theme.rst b/theme.rst index afc22c0..72da4bc 100644 --- a/theme.rst +++ b/theme.rst @@ -30,7 +30,7 @@ is a library for high-quality, high-performance video filters, and Nageru's themes can use a simplified version of Movit's API where most of the low-level details are abstracted away. -Every frame, the theme choses a chain and a set of parameters to it, +Every frame, the theme chooses a chain and a set of parameters to it, based on what it thinks the picture should look like. Every chain consists of a set of *inputs* (which can be either live video streams or static pictures) and then a set of operators or *effects* to combine @@ -320,6 +320,8 @@ Transitions involving scenes tend to be the most complicated parts of the theme logic, but also make for the most distinct parts of your visual look. +.. _images: + Image inputs ------------