Skip to content

Instantly share code, notes, and snippets.

View alchemyst's full-sized avatar

Carl Sandrock alchemyst

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python
import argparse
import subprocess
import pathlib
parser = argparse.ArgumentParser("Concatenate and encode movies")
parser.add_argument("infiles", nargs='+',
type=argparse.FileType('r'),
help='Files to encode')