From 7af3c9da855c130d2524c8bce15e2e98c76796de Mon Sep 17 00:00:00 2001 From: pants Date: Wed, 6 May 2026 13:26:43 -0700 Subject: [PATCH] typo --- bin/tc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tc b/bin/tc index bb9f90b..1014d2d 100755 --- a/bin/tc +++ b/bin/tc @@ -7,5 +7,5 @@ for file in *.MP4; do #ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i "$file" -c:a copy -c:v av1_vaapi -crf 20 -b:v 30M "output/$file" #ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i "$file" -c:a copy -c:v av1_vaapi -rc_mode VBR -b:v 30M -maxrate 35M "output/$file" # NVENC - #ffmpeg -i "$file" -c:a copy -c:v hevc_nvec -b:v 10M -minrate 5M -maxrate 15M "output/$file" + #ffmpeg -i "$file" -c:a copy -c:v hevc_nvenc -b:v 10M -minrate 5M -maxrate 15M "output/$file" done