Skip to content

Instantly share code, notes, and snippets.

View jeanslack's full-sized avatar

Gianluca Pernigotto jeanslack

View GitHub Profile
@hlorand
hlorand / vidstab_ffmpeg.md
Last active August 15, 2024 12:40
Video stabilization using VidStab and FFMPEG

Video stabilization using VidStab and FFMPEG

** Step 1 **

Install ffmpeg with the vidstab plugin.

@sloria
sloria / bobp-python.md
Last active September 8, 2024 09:08
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens