|
3 | 3 | Create timelapse videos from another video or a series of photos (the photos will be sorted alphabetically). |
4 | 4 |
|
5 | 5 | * [Main screen](#main-screen) |
6 | | - * [Open](#open) |
| 6 | + * [Toolbar](#toolbar) |
7 | 7 | * [Parameters](#parameters) |
8 | | - * [Generate and preview](#generate-and-preview) |
9 | | - * [Save](#save) |
| 8 | + * [Media](#media) |
10 | 9 | * [Examples](#examples) |
11 | 10 | * [Smooth](#smooth) |
12 | 11 | * [Transition](#transition) |
| 12 | + * [Other](#other) |
13 | 13 |
|
14 | 14 | ## Main screen |
15 | | - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | | -### Open |
19 | | - |
| 18 | +### Toolbar |
| 19 | + |
20 | 20 |
|
21 | | -Allow to open a videso a series of photos or a photo folder. |
| 21 | +In order: |
| 22 | +* Open a video file |
| 23 | +* Save the generated video |
| 24 | +* ... contains |
| 25 | + * Open a series of images |
| 26 | + * Open an images folder |
| 27 | + * Save the last frame a image (full size) |
| 28 | + * Settings |
22 | 29 |
|
23 | 30 | ### Parameters |
24 | 31 |  |
25 | 32 |
|
26 | | -* Speed: allow to keep only one of "speed" frames. Example: 3x means use only one of 3 frames. 1x means use all frames. |
27 | | -* Smooth: allow to do the moving average of N frames. 1x means disabled. |
28 | | -* Transition: make a linear transition between 2 consecutive frames. 1x means disabled |
29 | | -* Output FPS |
| 33 | +* Speed: allow to sub-sample input frames (keep only one of "speed" frames). Example: 3x means use only one of 3 frames. 1x means use all frames. |
| 34 | +* Align: allow to align frame (for still). If needed you can create a mask. |
| 35 | +* Effect: You can select one from the list. Some effect have an extra parameter. For example for Average, 2x means it will output an average of 2 consecutive frames in a sliding window. Ex: 0 and 1, then 1 and 2 ... . It's better to experiment. |
| 36 | +* Output FPS: by default it will match the input but can be changed. |
| 37 | +* Duration: you can generate a smaller video to test it before creating the full one. |
| 38 | +* Orientation: auto (landscape or portrait, depends on the input), landscape or portrait |
30 | 39 |
|
31 | | -### Generate and preview |
32 | | - |
| 40 | +### Media |
| 41 | + |
33 | 42 |
|
34 | | -Generate the video based on the current parametes. |
35 | | -Once generated the Play / Stop buttons will be enabled and allow to see the result. |
36 | | - |
37 | | -### Save |
38 | | - |
39 | | - |
40 | | -Allow to save the current generated video to Gallery. |
| 43 | +In order: |
| 44 | +* Play the original video (don't works if the input is a series of images) |
| 45 | +* Play the generated video (it will generate it if needed) |
| 46 | +* Stop the player |
41 | 47 |
|
42 | 48 | ## Examples |
43 | 49 |
|
44 | 50 | ### Smooth |
45 | 51 |
|
46 | | -Original |
47 | | - |
48 | | -https://user-images.githubusercontent.com/7062741/214269986-4b287156-cd43-4a96-bf95-36967745e808.mp4 |
| 52 | +Original on left vs smooth 10x on right. |
49 | 53 |
|
50 | | -Smooth 10x |
51 | | - |
52 | | -https://user-images.githubusercontent.com/7062741/214269664-9f539752-fb04-49af-8795-b440b7857dba.mp4 |
| 54 | + |
53 | 55 |
|
54 | 56 | ### Transition |
55 | 57 |
|
56 | 58 | Input images |
57 | 59 | 1 | 2 | 3 | 4 |
58 | 60 | -- | -- | -- | -- |
59 | | - |  |  |  |
60 | | - |
61 | | -Crop |
| 61 | + |  |  |  |
62 | 62 |
|
63 | | -https://user-images.githubusercontent.com/7062741/214270355-cea5f6d1-41be-4d9d-9397-bf616a3d6af3.mp4 |
| 63 | +Crop | No Crop |
| 64 | +-- | -- |
| 65 | + |  |
64 | 66 |
|
65 | | -No Crop |
| 67 | +### Other |
66 | 68 |
|
67 | | -https://user-images.githubusercontent.com/7062741/214270380-ec2290fc-5a96-499f-b916-b6b287233821.mp4 |
| 69 | +Normal | Endless Lightest Pixels |
| 70 | +-- | -- |
| 71 | + |  |
0 commit comments