Skip to content

Instantly share code, notes, and snippets.

@erikreed
erikreed / xiaomi-drone-video-concat
Last active December 23, 2017 19:38
Automatically concatenate Xiaomi Mi drone videos with ffmpeg
#!/bin/bash
set -e -o pipefail -u
queue=""
files=()
mkdir -p out original
for f in *[0-9].MP4; do

Keybase proof

I hereby claim:

  • I am erikreed on github.
  • I am erikreed (https://keybase.io/erikreed) on keybase.
  • I have a public key whose fingerprint is 0D36 5DF3 7D25 B011 C289 152B 39B4 8DE1 2754 E5CD

To claim this, I am signing this object:

"""
Import hooks; when installed with the install() function, these hooks
allow importing .pyx files as if they were Python modules.
If you want the hook installed every time you run Python
you can add it to your Python version by adding these lines to
sitecustomize.py (which you can create from scratch in site-packages
if it doesn't exist there or somewhere else on your python path)::
import pyximport