Skip to content

Instantly share code, notes, and snippets.

@alrafiabdullah
Created April 5, 2021 11:39
Show Gist options
  • Save alrafiabdullah/a6fd71f0f1d2defcc2b57abbd7f884be to your computer and use it in GitHub Desktop.
Save alrafiabdullah/a6fd71f0f1d2defcc2b57abbd7f884be to your computer and use it in GitHub Desktop.
import os
import subprocess
if not os.path.exists("assets"):
raise Exception("Please create and put all your vidoes in assets folder!")
mkv_list = os.listdir("assets")
if not os.path.exists("result"):
os.mkdir("result")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment