RunItYourself

Free code snippets and tools you can run yourself!
Video Stabilizer
Stabilize shaky videos.
OPTION 1: Run yourself in Google Colab
Google Colab is a free online computer that runs on securely on Google's servers. No downloads and no installations required!
Just select any options and hit the play button to run the tool!
OPTION 2: Run it on your local computer (requires Python)
# Enter the desired parameters on the right -->
# <-- Click the play button to run
# This work is licensed under CC BY-NC-SA 4.0
# Import necessary libraries!
!pip install --quiet imageio[ffmpeg]
!pip install --quiet vidstab
from vidstab import VidStab
from google.colab import files
# Video upload!
uploaded = files.upload()
# Loop through and stabilize all uploaded videos!
... #some code hidden ...
Click here to show all code!
Request new features or report bugs at reddit.com/r/runityourself