Skip to content

Commit 030b4dd

Browse files
authored
Update command.py
1 parent d444d6e commit 030b4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StreamingCommunity/Lib/FFmpeg/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def join_video(video_path: str, out_path: str, codec: M3U8_Codec = None):
8686
return out_path
8787

8888

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):
89+
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):
9090
"""
9191
Joins audio tracks with a video file using FFmpeg.
9292

0 commit comments

Comments
 (0)