diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-26 02:25:17 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-26 02:25:17 -0500 |
commit | d75d53fe79ee7cf0d2efd30d5e191def8c746056 (patch) | |
tree | 1eb44a422da9c32022f61e01f7b2f215adee37d5 /video/rectape | |
parent | 6b0cb35fd2383caff09c46996087ddd9b28f9d0a (diff) | |
download | scripts-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-x | video/rectape | 2 |
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 \ |