A nightlapse maker for GoPro
Project description
NightPro for GoPro
Run nightpro to automatically make nightlapse videos from your GoPro's nightlapse images.
$ nightpro -i <input_folder> -o <output_name> -s <size> -r <rate>
- input_folder: optional, default to current folder
- output_name: optional, default nightpro, do not include .mp4 in the name
- size: optional, default full size
- rate: optional, default 32
Installation
pip3 install nightpro-for-gopro
Maunal Installation
Clone this repository, then run this from the repository's directory.
python3 setup.py install
ffmpeg
NightPro is a wrapper for this ffmpeg
command, which turns a series of images into a timelapse video. Nightpro defaults much of this command and automatically finds the start numbers for you. That way to run the command below multiple times, you only have to run nightpro
once.
$ ffmpeg -r 32 -start_number <number> -i ./<folder>/G00%d.JPG -vcodec libx264 -pix_fmt yuv420p <name>.mp4
- Replace
32
with any framerate you'd like - Replace
<number>
with the number of the first photo, this is prefaced withG00
in-i
, add or remove zeros if your numbers are lower or higher - Replace
<folder>
with the name of the folder the photos are in - Replace
<name>
with the name of the output file -vcodec libx264 -pix_fmt yuv420p
ensures compatability with Quicktime- When testing add
-s 640x480
before the output name to make a smaller file size and process faster
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nightpro-for-gopro-1.0.1.tar.gz
.
File metadata
- Download URL: nightpro-for-gopro-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a0173487f61d39e7575a60f5c3f8367a204ce21da82294f8deba4e7a901a279 |
|
MD5 | 3e3fbc09ac1c6ecc1bbe67b8ea31d3f8 |
|
BLAKE2b-256 | d189cffac70f9de85b2c42f83f5325a32d72a8b5813fabaf2ea7704cbe3da478 |
File details
Details for the file nightpro_for_gopro-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: nightpro_for_gopro-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a51cf0c791a1f86a5ad5284dcdfb6e0fc50514d29fc83e0d85fe78a628756b8 |
|
MD5 | 1301116038323147ea495b7c632fb229 |
|
BLAKE2b-256 | 8cec7b06c06f16bfd3177d8351bdaadc99e69f29bbb3a62a75211f1d17d5ab9e |