This commit is contained in:
eric
2026-03-28 18:10:43 -05:00
parent 513c2b7b8c
commit 8001baabf8
15 changed files with 227 additions and 489 deletions

View File

@@ -80,7 +80,7 @@ def _launch_ffmpeg(
cmd.append(youtube_rtmp)
creationflags = subprocess.CREATE_NEW_PROCESS_GROUP if os.name == "nt" else 0
creationflags = 0
proc = subprocess.Popen(
cmd,
stdin=subprocess.PIPE,