Skip to content

Instantly share code, notes, and snippets.

View a-grealish's full-sized avatar

Ashley Grealish a-grealish

View GitHub Profile
@a-grealish
a-grealish / process_vids.py
Created July 2, 2018 11:51
A script to automate the cutting and processing of a video recording. It requried ffmpeg to be installed and available on the path.
""" Takes one or more raw inputs, splits into smaller sections, prepends on an intro, cleans audio
and compresses for upload to slack
"""
import subprocess
from os import listdir
from os.path import isfile, join
split_times = [
{
"name": "Test V1d 1",