Skip to content

Instantly share code, notes, and snippets.

View sommio's full-sized avatar

sommio sommio

View GitHub Profile
@sommio
sommio / ass_desub.py
Last active December 27, 2024 19:00
自用 ASS 字幕去子集化脚本,仅在 Linux 环境使用过。 可用于 assfonts、assfontsubset 等子集化工具处理后的字幕
#!/usr/bin/env python3
# example
# `python ass_desub.py *.ass`
import sys
import re
import os
import glob
def process_file(filename):