This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ========================================================= | |
| OBSIDIAN E-INK THEME | |
| ========================================================= */ | |
| /* --------------------------------------------------------- | |
| CORE COLORS | |
| --------------------------------------------------------- */ | |
| body { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tkinter as tk | |
| from tkinter import filedialog | |
| import yt_dlp | |
| import ffmpeg | |
| import os | |
| # Mapping resolutions based on the larger dimension (either width or height) | |
| RESOLUTION_CATEGORIES = { | |
| "2160p": 3840, # 2160p for 3840+ width or height | |
| "1440p": 2560, # 1440p for 2560+ width or height |