Skip to content

Commit 23fa55a

Browse files
Arrowargithub-actions[bot]
authored andcommitted
Update command.py
1 parent d444d6e commit 23fa55a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/.domain/domains.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"time_change": "2025-09-06 18:24:29"
3737
},
3838
"streamingcommunity": {
39-
"domain": "casa",
40-
"full_url": "https://streamingcommunityz.casa/",
41-
"old_domain": "si",
42-
"time_change": "2025-11-06 12:43:42"
39+
"domain": "center",
40+
"full_url": "https://streamingcommunityz.center/",
41+
"old_domain": "casa",
42+
"time_change": "2025-11-10 17:19:26"
4343
},
4444
"altadefinizionegratis": {
4545
"domain": "ist",

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)