mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-16 14:12:20 +02:00
Adjust ffmpeg command
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user