Skip to content

Commit 59aad96

Browse files
committed
use absolute links for wiki
1 parent 421c94b commit 59aad96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ Goal of this project is to create set of tools for creating timelapse videos.
55
From capturing series of images by some camera (V4L or gphoto2),
66
process them and assembly "time-lapse" video from them.
77

8-
- *[Capture](wiki/Capture)* -
8+
- *[Capture](https://github.com/Karry/TimeLapse/wiki/Capture)* -
99
Tool for capture sequence of images from digital camera (V4L or GPhoto2 API).
1010
This tool support automatic shutter speed configuration with some gphoto2 cameras.
1111
It is useful when light conditions are changing during timelapse capturing.
1212

13-
- *[Deflickering](wiki/Deflickering)* -
13+
- *[Deflickering](https://github.com/Karry/TimeLapse/wiki/Deflickering)* -
1414
Tool for "average" luminance of series of images.
1515

16-
- *[Stabilize](wiki/Stabilize)* -
16+
- *[Stabilize](https://github.com/Karry/TimeLapse/wiki/Stabilize)* -
1717
Tool for stabilize movements in sequence of images.
1818
It uses vid.stab library for stabilizing. Results are not perfect,
1919
but it depens on conditions. Just try it :-)
2020

21-
- *[Assembly](wiki/Assembly)* -
21+
- *[Assembly](https://github.com/Karry/TimeLapse/wiki/Assembly)* -
2222
Tool for build timelapse video from series of images. It support deflickering
2323
as part of processing pipeline. Final video assembly is processed by
2424
[avconv](https://libav.org/avconv.html) or [ffmpeg](https://www.ffmpeg.org/ffmpeg.html) tool.

0 commit comments

Comments
 (0)