summaryrefslogtreecommitdiff
path: root/old/rectapevaapi
diff options
context:
space:
mode:
Diffstat (limited to 'old/rectapevaapi')
-rwxr-xr-xold/rectapevaapi12
1 files changed, 0 insertions, 12 deletions
diff --git a/old/rectapevaapi b/old/rectapevaapi
deleted file mode 100755
index 16bd190..0000000
--- a/old/rectapevaapi
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-if [ -z "$1" ]; then
- title="untitled_$(ls | wc -l)"
-fi
-
-ffmpeg -hwaccel auto -vaapi_device /dev/dri/renderD128 \
--f decklink -format_code ntsc -i "Intensity Pro" \
--c:v hevc_vaapi \
--vf "yadif,format=nv12,hwupload" \
--c:a libopus -b:a 384k \
--metadata "title"="$1$title" \
-"$1$title.mkv"