Skip to content

Instantly share code, notes, and snippets.

View Zuescho's full-sized avatar
💭
I may be slow to respond.

Zuescho Zuescho

💭
I may be slow to respond.
View GitHub Profile
@Zuescho
Zuescho / removeNonEnglish.py
Last active November 5, 2022 21:29 — forked from majora2007/removeNonEnglish.py
Remove foreign language audio and subtitle tracks from mkv files in bulk
#!/usr/bin/python3
# Removes non-LANG audio tracks and subtitles from mkv files in a directory.
# Original script by greenbender at https://forum.videohelp.com/threads/343271-BULK-remove-non-English-tracks-from-MKV-container
# Modified by Joseph Milazzo for updated MkvMerge commands. at https://gist.github.com/majora2007/724354d081627cfd96c24b8eefef4ec3
# 12/3/2021: Updated to Python 3.9 and made multilanguage by vidarak at https://gist.github.com/majora2007/724354d081627cfd96c24b8eefef4ec3?permalink_comment_id=4015518#gistcomment-4015518
# 2022-11-05: Added option to remove eng audio / Hardcoded path to folder because the input is always fucked.
import os
import re
@Zuescho
Zuescho / README.MD
Created April 4, 2019 22:20 — forked from nzec/README.MD
DeezLoader Offical Page

Deezloader Remix

(Recommended)

Available for macOS, Linux, Windows.

In the process of a rewrite. Final release will be v4.2.0. The repository might get DMCA' so, make Git Clones/Forks
You can compile yourself now to test for bugs (See rewrite branch in the Git repository)

@Zuescho
Zuescho / 10-Bit H.264
Created November 6, 2017 20:03
10-Bit H.264 explanation
10-Bit H.264
For all those who haven’t heard of it already, here’s a quick rundown about the
newest trend in making our encodes unplayable on even more systems: So-called
high-bit-depth H.264. So, why another format, and what makes this stuff
different from what you know already?
First off: What is bit depth?
In short, bit depth is the level of precision that’s available for storing color
information. The encodes you’re used to have a precision of 8 bits (256 levels)