diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-07 15:55:54 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-07 15:55:54 -0500 |
commit | 38ebf64b07f99de9464905ee5f8aaee1148b6a4f (patch) | |
tree | 1617ef65c4bd54db8f48cf70122ef7b923c623ab /video/rectapevaapi | |
parent | 35a2dd3734f1d31060fe28837cf0e1d947c8d6f4 (diff) | |
download | scripts-38ebf64b07f99de9464905ee5f8aaee1148b6a4f.tar.xz scripts-38ebf64b07f99de9464905ee5f8aaee1148b6a4f.zip |
tons of changes from when website was down
Diffstat (limited to 'video/rectapevaapi')
-rwxr-xr-x | video/rectapevaapi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/video/rectapevaapi b/video/rectapevaapi index 4ddf868..91c0709 100755 --- a/video/rectapevaapi +++ b/video/rectapevaapi @@ -5,9 +5,9 @@ for mod in blackmagic blackmagic-io; do doas modprobe $mod; done doas rc-service DesktopVideoHelper start 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" + -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" |