summaryrefslogtreecommitdiff
path: root/video/rectapehevc
diff options
context:
space:
mode:
Diffstat (limited to 'video/rectapehevc')
-rwxr-xr-xvideo/rectapehevc15
1 files changed, 0 insertions, 15 deletions
diff --git a/video/rectapehevc b/video/rectapehevc
deleted file mode 100755
index c44d6d9..0000000
--- a/video/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"