Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

Takes a specified number of frames per second from input file.
Creates the output video at a specified fps.
Optionally add a map overlay based on GPS data.

Suggest defaults are 1 frame per second from the input file
and 30 FPS in the output video.

Uses Python3 and MoviePy
Uses Python3 with MoviePy and PIL

## Upcoming features

* Allowing multiple input files to one unified output file
* Map PiP mode with static map and location designated by a moving dot
* Option to create video with range of output FPS values and input frame sample rate
* Rounding on times given
* Code cleanup/refactoring
Expand All @@ -33,3 +35,9 @@ This script was used to produce the time lapse videos below:
[1 frame per 32s of source footage, 30fps output](https://youtu.be/Tq79p_1vb_8)

[1 frame per 64s of source footage, 30fps output](https://youtu.be/falzE-nRTfA)

Map PiP videos:

[1 frame per 8s, 30fps output](https://www.youtube.com/watch?v=gI6gy8nDAzg)

[1 frame per 4s, 30fps output](BROKEN - not yet created)
Loading