Skip to content

Instantly share code, notes, and snippets.

View gatekeepr's full-sized avatar

Rik gatekeepr

View GitHub Profile
@gatekeepr
gatekeepr / discover_non_hd_videos.py
Created October 27, 2020 13:05
Discovers video files in a directory that are <Full HD Resolution
from pymediainfo import MediaInfo
from os import listdir
from os.path import isfile, join
import os
# adjust these
MOVIEPATH = r"M:\Movies"
WRITEFILE = True
if WRITEFILE: