We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d444d6e commit 030b4ddCopy full SHA for 030b4dd
StreamingCommunity/Lib/FFmpeg/command.py
@@ -86,7 +86,7 @@ def join_video(video_path: str, out_path: str, codec: M3U8_Codec = None):
86
return out_path
87
88
89
-def join_audios(video_path: str, audio_tracks: List[Dict[str, str]], out_path: str, codec: M3U8_Codec = None, limit_duration_diff: float = 2.0):
+def join_audios(video_path: str, audio_tracks: List[Dict[str, str]], out_path: str, codec: M3U8_Codec = None, limit_duration_diff: float = 10.0):
90
"""
91
Joins audio tracks with a video file using FFmpeg.
92
0 commit comments