This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Run without args to see usage | |
##### Configuration ##### | |
# Maximum shakiness and accuracy | |
DETECT_OPTS="shakiness=10:accuracy=15" | |
# Fish-eye correction for GoPro H3+B 16:9 Wide | |
# http://stackoverflow.com/questions/30832248/is-there-a-way-to-remove-gopro-fisheye-using-ffmpeg/40659507#40659507 |