Skip to content

Commit 3a8826e

Browse files
committed
Update README
1 parent 24187e5 commit 3a8826e

27 files changed

Lines changed: 36 additions & 32 deletions

README.md

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,65 +3,69 @@
33
Create timelapse videos from another video or a series of photos (the photos will be sorted alphabetically).
44

55
* [Main screen](#main-screen)
6-
* [Open](#open)
6+
* [Toolbar](#toolbar)
77
* [Parameters](#parameters)
8-
* [Generate and preview](#generate-and-preview)
9-
* [Save](#save)
8+
* [Media](#media)
109
* [Examples](#examples)
1110
* [Smooth](#smooth)
1211
* [Transition](#transition)
12+
* [Other](#other)
1313

1414
## Main screen
15-
![](screenshots/main_screen_small.jpg)
15+
![](screenshots/main-screen.jpg)
1616

1717

18-
### Open
19-
![](screenshots/source.jpg)
18+
### Toolbar
19+
![](screenshots/toolbar.jpg)
2020

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
2229

2330
### Parameters
2431
![](screenshots/parameters.jpg)
2532

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
3039

31-
### Generate and preview
32-
![](screenshots/generate.jpg)
40+
### Media
41+
![](screenshots/media.jpg)
3342

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-
![](screenshots/menu_save.jpg)
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
4147

4248
## Examples
4349

4450
### Smooth
4551

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.
4953

50-
Smooth 10x
51-
52-
https://user-images.githubusercontent.com/7062741/214269664-9f539752-fb04-49af-8795-b440b7857dba.mp4
54+
![](examples/smooth/original_vs_smooth_10x.gif)
5355

5456
### Transition
5557

5658
Input images
5759
1 | 2 | 3 | 4
5860
-- | -- | -- | --
59-
![](examples/transition/input_1_small.jpg) | ![](examples/transition/input_2_small.jpg) | ![](examples/transition/input_3_small.jpg) | ![](examples/transition/input_4_small.jpg)
60-
61-
Crop
61+
![](examples/transition/input_1.jpg) | ![](examples/transition/input_2.jpg) | ![](examples/transition/input_3.jpg) | ![](examples/transition/input_4.jpg)
6262

63-
https://user-images.githubusercontent.com/7062741/214270355-cea5f6d1-41be-4d9d-9397-bf616a3d6af3.mp4
63+
Crop | No Crop
64+
-- | --
65+
![](examples/transition/crop.gif) | ![](examples/transition/no-crop.gif)
6466

65-
No Crop
67+
### Other
6668

67-
https://user-images.githubusercontent.com/7062741/214270380-ec2290fc-5a96-499f-b916-b6b287233821.mp4
69+
Normal | Endless Lightest Pixels
70+
-- | --
71+
![](examples/other/simple.gif) | ![](examples/other/endless-lightest-pixels.gif)
6.59 MB
Loading

examples/other/simple.gif

5.36 MB
Loading
9.98 MB
Loading

examples/smooth/output.mp4

-6.5 MB
Binary file not shown.

examples/transition/crop.gif

1.12 MB
Loading

examples/transition/input_1.jpg

100755100644
-900 KB
Loading
-118 KB
Binary file not shown.

examples/transition/input_2.jpg

100755100644
-1.14 MB
Loading
-118 KB
Binary file not shown.

0 commit comments

Comments
 (0)