summaryrefslogtreecommitdiff
path: root/video/rectape
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-26 02:25:17 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-26 02:25:17 -0500
commitd75d53fe79ee7cf0d2efd30d5e191def8c746056 (patch)
tree1eb44a422da9c32022f61e01f7b2f215adee37d5 /video/rectape
parent6b0cb35fd2383caff09c46996087ddd9b28f9d0a (diff)
downloadscripts-d75d53fe79ee7cf0d2efd30d5e191def8c746056.tar.xz
scripts-d75d53fe79ee7cf0d2efd30d5e191def8c746056.zip
changed a bunch of video scripts and added my first and possibly last python script, although it was fun
Diffstat (limited to 'video/rectape')
-rwxr-xr-xvideo/rectape2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/rectape b/video/rectape
index f6e7a01..1e54370 100755
--- a/video/rectape
+++ b/video/rectape
@@ -3,8 +3,6 @@ if [ -z "$1" ]; then
$1=untitled_$(ls | wc -l)
fi
-# All hevc_amf ffmpeg options: $ ffmpeg -h encoder=hevc_amf
-
ffmpeg \
-f decklink -format_code ntsc -i "Intensity Pro" \
-c:v libx264 \