Skip to content

Instantly share code, notes, and snippets.

View flablog's full-sized avatar

Flavio Perez flablog

  • Les Fées Spéciales
  • Montpellier
View GitHub Profile
@flablog
flablog / play.py
Created July 19, 2018 08:12
Play : simple command line to play shots as sequences
#!/usr/bin/python
'''This scripts reads CSVs prepared from a XML edit export,
and prepares a Melt command to play shots as a sequence
https://mltframework.org/twiki/bin/view/MLT/MltMelt
'''
import argparse
import os
import sys