This file contains 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/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 |