Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b148c3

Browse files
authored
Fixed links; added constants.py
1 parent 7720bcb commit 9b148c3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
# boomeranger
33
Python 3.x scripts that take sequences of images and makes "boomerang" style videos.
44

5-
[sorter.py] - takes photos from a folder and separates them into sets by looking
5+
[constants.py](constants.py) - defines constants for both scripts.
6+
7+
[sorter.py](sorter.py) - takes photos from a folder and separates them into sets by looking
68
at capture time.
79

8-
[video_maker.py] - makes boomerang videos out of images in sets.
10+
[video_maker.py](video_maker.py) - makes boomerang videos out of images in sets.
911

10-
[togif.sh] and [togif_crop.sh] - shell scripts to convert videos to animated
12+
[togif.sh](togif.sh) and [togif_crop.sh](togif_crop.sh) - shell scripts to convert videos to animated
1113
gifs.
1214

1315
## Dependencies
14-
Requires [exiftool](https://sno.phy.queensu.ca/~phil/exiftool/) and [ffmpeg](http://ffmpeg.org/download.html)
16+
Requires [exiftool](https://sno.phy.queensu.ca/~phil/exiftool/) and [ffmpeg](http://ffmpeg.org/download.html)

0 commit comments

Comments
 (0)