GameSentenceMiner 2.4.5__py3-none-any.whl → 2.4.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- GameSentenceMiner/ffmpeg.py +1 -1
- {gamesentenceminer-2.4.5.dist-info → gamesentenceminer-2.4.6.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.4.5.dist-info → gamesentenceminer-2.4.6.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.4.5.dist-info → gamesentenceminer-2.4.6.dist-info}/LICENSE +0 -0
- {gamesentenceminer-2.4.5.dist-info → gamesentenceminer-2.4.6.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.4.5.dist-info → gamesentenceminer-2.4.6.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.4.5.dist-info → gamesentenceminer-2.4.6.dist-info}/top_level.txt +0 -0
GameSentenceMiner/ffmpeg.py
CHANGED
@@ -63,7 +63,7 @@ def get_screenshot_time(video_path, game_line):
|
|
63
63
|
|
64
64
|
time_from_end = file_length - total_seconds - get_config().screenshot.seconds_after_line
|
65
65
|
|
66
|
-
if time_from_end < 0 or time_from_end >
|
66
|
+
if time_from_end < 0 or time_from_end > file_length:
|
67
67
|
raise ValueError("Calculated screenshot time is out of bounds for trimmed video.")
|
68
68
|
|
69
69
|
return time_from_end
|
@@ -3,7 +3,7 @@ GameSentenceMiner/anki.py,sha256=YSz5gUTsKOdbogwHKtgFM7v7pREjdAwl7A0Wa_CXnKg,109
|
|
3
3
|
GameSentenceMiner/config_gui.py,sha256=-V-GPyHFiN0EI-ZQLXq2yDVfCR_sP7afcjOZKsnGiO8,52312
|
4
4
|
GameSentenceMiner/configuration.py,sha256=mbyIs0h9xh85_ZJkuqTgspkdfl7jeifpvlYofu1e0mE,15001
|
5
5
|
GameSentenceMiner/electron_messaging.py,sha256=fBk9Ipo0jg2OZwYaKe1Qsm05P2ftrdTRGgFYob7ZA-k,139
|
6
|
-
GameSentenceMiner/ffmpeg.py,sha256=
|
6
|
+
GameSentenceMiner/ffmpeg.py,sha256=vLBmQgkh23BS2vE5u7bli_1_3wFN5cB3VCgrAZ1VAL8,11197
|
7
7
|
GameSentenceMiner/gametext.py,sha256=VjWNdjHwWXWIwNOfYxud7EwIyg7t6zZ3IkmMhh8Vc0c,6819
|
8
8
|
GameSentenceMiner/gsm.py,sha256=xLzeGYf0S0cNIdGdWN_eU_0JicVbz-yfXK1wyh7OvsA,19448
|
9
9
|
GameSentenceMiner/model.py,sha256=oh8VVT8T1UKekbmP6MGNgQ8jIuQ_7Rg4GPzDCn2kJo8,1999
|
@@ -19,9 +19,9 @@ GameSentenceMiner/vad/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
19
19
|
GameSentenceMiner/vad/silero_trim.py,sha256=syDJX_KbFmdyFFtnQqYTD0tICsUCJizYhs-atPgXtxA,1549
|
20
20
|
GameSentenceMiner/vad/vosk_helper.py,sha256=HifeXKbEMrs81ZuuGxS67yAghu8TMXUP6Oan9i9dTxw,5938
|
21
21
|
GameSentenceMiner/vad/whisper_helper.py,sha256=bpR1HVnJRn9H5u8XaHBqBJ6JwIjzqn-Fajps8QmQ4zc,3411
|
22
|
-
gamesentenceminer-2.4.
|
23
|
-
gamesentenceminer-2.4.
|
24
|
-
gamesentenceminer-2.4.
|
25
|
-
gamesentenceminer-2.4.
|
26
|
-
gamesentenceminer-2.4.
|
27
|
-
gamesentenceminer-2.4.
|
22
|
+
gamesentenceminer-2.4.6.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
23
|
+
gamesentenceminer-2.4.6.dist-info/METADATA,sha256=x6Hhp2vJr1c352cUwyX9p9Os39ym6PHWTS-zl9RowcI,10324
|
24
|
+
gamesentenceminer-2.4.6.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
25
|
+
gamesentenceminer-2.4.6.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
26
|
+
gamesentenceminer-2.4.6.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
27
|
+
gamesentenceminer-2.4.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|