aboutsummaryrefslogtreecommitdiffstats
path: root/burnsubs.sh
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-07-30 10:40:07 -0700
committerPinapelz <yukais@pinapelz.com>2026-07-30 10:40:07 -0700
commit015985f26453e65cd234def8308da659c48f1beb (patch)
tree37925188f62b7ef68552cc5cc978ce7bdd87c662 /burnsubs.sh
parent1ad49a5220370bbc032c58e3ac7309b5bcada126 (diff)
fix: stop ffmpeg from polling input stdin
Diffstat (limited to 'burnsubs.sh')
-rwxr-xr-xburnsubs.sh3
1 files changed, 2 insertions, 1 deletions
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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage