This file contains hidden or 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
#!/usr/local/bin/bash | |
# use bash 4 from homebrew | |
set -e | |
shopt -s globstar | |
FORMAT="%Y-%m-%d_%H-%M-%S" | |
# Video files |
This file contains hidden or 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
#!/usr/bin/env python | |
""" | |
midwich_image_fix.py | |
Created by Lee Perry on 2011-10-30. | |
Copyright (c) 2011 iCode Solutions Ltd. All rights reserved. | |
""" | |
import sys | |
import csv |