Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randonia/gopro-turbo
I got fed up manually copying and sorting all of my GoPro timelapse files, so I wrote a python script to do it for me
https://github.com/randonia/gopro-turbo
Last synced: about 1 month ago
JSON representation
I got fed up manually copying and sorting all of my GoPro timelapse files, so I wrote a python script to do it for me
- Host: GitHub
- URL: https://github.com/randonia/gopro-turbo
- Owner: randonia
- License: mit
- Created: 2014-06-01T18:28:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T17:35:57.000Z (over 10 years ago)
- Last Synced: 2023-04-01T14:17:32.148Z (almost 2 years ago)
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gopro-turbo
===========I got fed up manually copying and sorting all of my GoPro timelapse
files, so I wrote a python script to do it for meCurrent Usage:
From the command line:
$ python source_directoryThis will create 'output_images' folder in . where it will copy all the
GoPro images and rename them into an 8-digit incremental filename.Some helpful things for you to ignore:
mogrify -path resized -resize 1920x1080! *.JPGTODOs:
+Make it detect and properly export/sort groupings
+Make it accept a 2nd arg for optional output directory