Skip to content

Instantly share code, notes, and snippets.

View shoffing's full-sized avatar
🛒
get it? it's a "shoffing cart"

shoffing

🛒
get it? it's a "shoffing cart"
View GitHub Profile
@shoffing
shoffing / make_h265.py
Last active August 23, 2022 18:37
Converts all video files to H265, deleting the sources as well.
import pathlib
import subprocess
import re
VIDEO_TYPES = [
'.mp4',
'.avi',
'.mkv',
'.mov',
'.webm',