You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: settings.toml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ reserve_for_fixing = false # If encounter MOOV crash error, delete the video or
27
27
upload_line = "auto"# The upload line to be used, default None is auto detect(recommended), if you want to specify, it can be "bldsa", "ws", "tx", "qn", "bda2".
28
28
29
29
[slice]
30
-
auto_slice = false# General control
30
+
auto_slice = false# General control: true or false
31
31
slice_duration = 60# better not exceed 300 seconds
32
-
slice_num = 2
33
-
slice_overlap = 30
34
-
slice_step = 1
32
+
slice_num = 2# the number of slices
33
+
slice_overlap = 30# the overlap of slices(seconds) see my package https://github.com/timerring/auto-slice-video for more details
34
+
slice_step = 1# the step of slices(seconds)
35
35
min_video_size = 200# The minimum video size to be sliced (MB)
36
36
mllm_model = "gemini"# the multi-model LLMs, can be "gemini" or "zhipu" or "qwen"
37
37
zhipu_api_key = ""# Apply for your own GLM-4v-Plus API key at https://www.bigmodel.cn/invite?icode=shBtZUfNE6FfdMH1R6NybGczbXFgPRGIalpycrEwJ28%3D
0 commit comments