Skip to content

Instantly share code, notes, and snippets.

View AlexeyPogorelov's full-sized avatar
🏠
Working from home

Alex AlexeyPogorelov

🏠
Working from home
View GitHub Profile
@AlexeyPogorelov
AlexeyPogorelov / gostab.sh
Created October 1, 2019 17:40 — forked from residentsummer/gostab.sh
Script to stabilize shaky GoPro footage with ffmpeg and libvidstab
#!/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