From 574f70918b2fbb1ec907696191c49b226352511d Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Tue, 28 Jan 2025 02:03:30 +0000 Subject: [PATCH] Delete transogg --- README.md | 1 - transogg | 503 ------------------------------------------------------ 2 files changed, 504 deletions(-) delete mode 100755 transogg diff --git a/README.md b/README.md index b9f00e5..8b32b1f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ * URL: https://framagit.org/ScriptFanix/AtOM/ * Author: Vincent Riquer * Copyright/left: 2012-2013,2015,2025 Vincent Riquer - GPLv3 - - except: transogg: WTFPL 2.0 ## Dependencies ### Required: diff --git a/transogg b/transogg deleted file mode 100755 index 699600e..0000000 --- a/transogg +++ /dev/null @@ -1,503 +0,0 @@ -#!/bin/bash - -cat <<-EOF -This script is buggy and may destroy data -DON'T USE IT! - -AtOM will be a clean and safe rewrite of this dirty hack. - -I repeat: DON'T use this script. -EOF -exit - -source /etc/transogg.conf - -[ ! -d "$TEMPDIR" ] && mkdir -p "$TEMPDIR" - -# log errors -exec 2> $TEMPDIR/debug-$$.log - -set -E - -MyPID=$$ - -tty=$(who -m|awk '{print $2}') - -cleanup() { - pkill -t $tty find||true - unset files - export killed=1 -} - -export -f cleanup - -usage() { - cat <<-EOF - $0 [-D] [-n ] [-F] [-s ] [-t ] - - -n : run simultaneous processes (overrides config - file) - -l : Don't start transcoding if the load average reaches - -T