File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ Goal of this project is to create set of tools for creating timelapse videos.
55From capturing series of images by some camera (V4L or gphoto2),
66process 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.
You can’t perform that action at this time.
0 commit comments