Skip to content

Instantly share code, notes, and snippets.

View swarzesherz's full-sized avatar

herzmx swarzesherz

View GitHub Profile
@grantland
grantland / AGB-001_Light_Mod.md
Last active January 25, 2023 15:12
AGB-001 Front/Backlight Mod Instructions

AGB-001 Front/Backlight Mod Instructions

AGB-001 Backlight Mod

Requirements

  • AGB-001
  • ASS101 screen
@lad1337
lad1337 / transcode10to8.sh
Created April 1, 2012 18:30
reencode 10-bit anime mkvs into 10-bit versions using HandBrakeCli and this only when needed
#!/bin/bash
# ----------
# This script uses HandBrakeCLI to convert any mkv x264 video to 8-bit (high @ 4.1 Profile)
# and this only when needed!!
#-----------
# based on the script by enolive located here http://pastebin.com/2rCh13Pk
# ----------
# Needed tools:
# HandBrakeCLI get it here http://handbrake.fr/downloads2.php
# ----------