- AGB-001
- ASS101 screen
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
# -*- coding: utf-8 -*- | |
# Original by reddit.com/u/nomansuniverse. | |
# Threaded version by yours truly. | |
from __future__ import print_function | |
from multiprocessing.pool import ThreadPool | |
import argparse | |
import filecmp | |
import glob |
#String utility functions (yes, functions)
version: 1.03
author: Simon de Turck
email: [email protected]
This utility:
- is created for use in Symphony-CMS. The XSLT-powered open source content management system.
- uses some EXSLT that is supported in libxslt 1.0.19 and later
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
#!/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 | |
# MKVToolNix get https://www.bunkus.org/videotools/mkvtoolnix/downloads.html |