From 015985f26453e65cd234def8308da659c48f1beb Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 30 Jul 2026 10:40:07 -0700 Subject: fix: stop ffmpeg from polling input stdin --- burnsubs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'burnsubs.sh') diff --git a/burnsubs.sh b/burnsubs.sh index 0a17050..bc61bf6 100755 --- a/burnsubs.sh +++ b/burnsubs.sh @@ -135,7 +135,8 @@ for ext in "${MEDIA_EXTS[@]}"; do -preset medium \ -crf 18 \ -c:a copy \ - "$output" + "$output" \ + < /dev/null if [[ $? -eq 0 ]]; then echo "✓ Finished" -- cgit v1.2.3