You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Option `--encode` (added by default, use `--no-encode` to disable).
150
150
151
151
In the case of time-lapse experiments, remixes of consecutive time points may be used as frames of a movie.
152
152
153
-
The frame rate is always adjusted so that one hour of experiment real time is one second of the movie.
153
+
The frame rate is adjusted so that one hour of experiment real time is one second of the movie. This default can be changed in the config file (see the optional sections).
154
154
155
155
Hint: To watch movies with zoom, you may use [VLC](https://videolan.com) and then in its menu Tools → Adjustments and Effects → Video effects tick the option 'Interactive zoom'; use the bird-view in the top-left corner to move around.
156
156
@@ -197,6 +197,9 @@ The four sections above are obligatory. You may also include optional sections:
197
197
```
198
198
Annotations:
199
199
font_size: 32pt # default is 96pt
200
+
201
+
Movies:
202
+
realtime_speedup: 60x # one minute of the real time -> one second of the movie
0 commit comments