Time Flow Sketch 1.5 が、読み込んだ動画のどの瞬間を、出力のいつ映すのか
図の曲線は、アプリの描画処理と同じ式で計算して描いています。


出力には位置 p(0→1 で 1 周)という時計があります。スリットはマップの 1 行(横スリットは 1 列)を p で選びます。サーフェス×レートは画素ごとに独立した時計を持ち、サーフェス×時間は共通の時計から画素ごとに一定量ずれます。
| モード | 明るさの意味 | 出力の各瞬間に映る素材の時刻 | 範囲の外 |
|---|---|---|---|
| スリット×時間 | 黒=使用範囲の始め、白=終わり | 始め + g × 使用範囲の長さ。既定のグラデーションは等速再生 | 出ない。1 周の継ぎ目で終わり→始めへ飛ぶ |
| スリット×レート | グレー=等速、黒=1−レート幅、白=1+レート幅(幅が 1 を超えると黒は逆再生) | 速さを上から(横スリットは左から)足し合わせた軌道。開始位置から進む | 収まるよう全体をずらすか一律に縮める。回り込まない |
| サーフェス×レート(既定) | 画素の速さ。黒=黒レート(既定 0)、白=白レート(既定 2) | 同期点(既定は中間)で全画素が同期位置にそろい、そこから各自の速さで進む | 使用範囲の中で回り込む |
| サーフェス×時間 | グレー=そのまま、白/黒=変位量の半分だけ先/前 | 等速で進む時刻から (g − 0.5) × 変位量 秒ずらす | 使用範囲の中で回り込む |
| 空間マップ(共通) | どの列(横スリットは行)を映すか | 時間は変えない | — |



編集画面の各項目の横にある「i」ボタンでも、その項目の説明を確認できます。


Which moment of your video Time Flow Sketch 1.5 shows at each instant of the output
The curves in the figures are computed with the same formulas the app uses to render.


The output has a clock, position p, running 0→1 once per loop. A slit mode uses p to pick one row of the map (one column for a horizontal slit). Surface × rate gives every pixel its own clock; surface × time offsets every pixel by a fixed amount from a shared clock.
| Mode | What brightness means | Clip time shown at each output instant | Outside the range |
|---|---|---|---|
| Slit × time map | Black = start of the use range, white = end | start + g × use-range length. The default gradient plays at normal speed. | Never leaves it; jumps from end to start at the loop seam |
| Slit × rate map | Grey = normal speed, black = 1 − Rate range, white = 1 + Rate range (above 1, black plays in reverse) | A path made by summing speeds from the top (from the left for a horizontal slit), starting at Start point | Shifted or scaled down evenly to fit; no wrapping |
| Surface × rate map (default) | That pixel’s speed: black = Black rate (default 0), white = White rate (default 2) | Every pixel meets at Anchor at at the anchor moment (Middle by default), then runs at its own speed | Wraps within the use range |
| Surface × time map | Grey = unchanged, white/black = half of Shift ahead/behind | Normal-speed time offset by (g − 0.5) × Shift seconds | Wraps within the use range |
| Space map (any mode) | Which column (row for a horizontal slit) to show | Does not change time | — |



The “i” button next to each setting in the editor explains that setting in the app, too.

