Skip to content

Instantly share code, notes, and snippets.

@pog42
pog42 / attach subs and fonts.py
Last active March 29, 2021 14:51
Remuxing batch scripts for windows with ffmpeg and mkvtoolnix
import os,re,time,subprocess
folder2 = os.getcwd()
folderout = os.path.join(folder2, 'output')
mkvpaths = []
mkvnames = []
subpaths = []
fontpaths = []