summaryrefslogtreecommitdiff
path: root/video/transtape
diff options
context:
space:
mode:
Diffstat (limited to 'video/transtape')
-rwxr-xr-xvideo/transtape11
1 files changed, 0 insertions, 11 deletions
diff --git a/video/transtape b/video/transtape
deleted file mode 100755
index a0eaaee..0000000
--- a/video/transtape
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-if [ -z "$1" ]; then
- exit
-fi
-
-ffmpeg -hwaccel auto -vaapi_device /dev/dri/renderD128 \
--i "$1" \
--c:v hevc_vaapi \
--vf "yadif,format=nv12,hwupload" \
--metadata "title"="$1" \
-"$1as.mkv"