Adjust ffmpeg command

This commit is contained in:
Nirvana
2026-05-30 17:59:33 +02:00
parent 1969fd2531
commit de9a4a7252
+1 -1
View File
@@ -961,7 +961,7 @@ class UltimateService:
# Build ffmpeg pipe command
# Map all video (will be just one due to highest_quality_only), all audio, and optional subtitles
ffmpeg_cmd = (
f'ffmpeg -loglevel fatal '
f'pipe://ffmpeg -loglevel fatal '
f'-fflags +genpts+igndts+discardcorrupt '
f'-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5 '
f'-thread_queue_size 2048 ' # Kept large to handle demuxing all 4 audio tracks smoothly