From 08f22ad82edbe30606a8145a01ab18f2f6d71b4b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 17 Nov 2024 23:39:40 -0600 Subject: delete .old dir since all is still stored in version control --- .old/rectapehevc | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 .old/rectapehevc (limited to '.old/rectapehevc') diff --git a/.old/rectapehevc b/.old/rectapehevc deleted file mode 100755 index c44d6d9..0000000 --- a/.old/rectapehevc +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -if [ -z "$1" ]; then $0 untitled_$(ls | wc -l); exit; fi - -for mod in blackmagic blackmagic-io; do doas modprobe $mod; done -#doas rc-service DesktopVideoHelper start - -ffmpeg \ - -f decklink -format_code ntsc -i "Intensity Pro" \ - -c:v libx265 \ - -qmin 6 -qmax 18 -qdiff 4 \ - -vf yadif \ - -c:a flac \ - -metadata "title"="$1" \ - -metadata "comment=tapes.tjkeller.xyz" \ - "$1.mkv" -- cgit v1.2.3