diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-07-30 10:40:07 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-30 10:40:07 -0700 |
| commit | 015985f26453e65cd234def8308da659c48f1beb (patch) | |
| tree | 37925188f62b7ef68552cc5cc978ce7bdd87c662 /burnsubs.sh | |
| parent | 1ad49a5220370bbc032c58e3ac7309b5bcada126 (diff) | |
fix: stop ffmpeg from polling input stdin
Diffstat (limited to 'burnsubs.sh')
| -rwxr-xr-x | burnsubs.sh | 3 |
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" |
