Skip to content

Instantly share code, notes, and snippets.

View SerhiiRussiianTPC's full-sized avatar

SerhiiRussiianTPC

  • Joined Oct 6, 2025
View GitHub Profile
@SerhiiRussiianTPC
SerhiiRussiianTPC / script.py
Created October 28, 2025 08:06
Add on screen subtitles to the video in blender. Good for the Knowledge transfer sessions
import bpy
import re
from pathlib import Path
# Configuration
VTT_FILE_PATH = "/Users/serhiirussiantpc/Downloads/LL Knowledge Sharing.vtt"
FRAME_RATE = 16
FONT_COLOR = (1.0, 1.0, 1.0, 1.0) # White (R,