Skip to content

Instantly share code, notes, and snippets.

@onedr0p
onedr0p / simple_convert.py
Last active June 8, 2024 22:09
A simple script to convert media files to MP4 for a better Plex experience
# Python 2.7
import os
import sys
import time
import platform
import subprocess
import urllib2
import logging