kinemotion 0.66.2__py3-none-any.whl → 0.66.3__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.
Potentially problematic release.
This version of kinemotion might be problematic. Click here for more details.
- kinemotion/core/debug_overlay_utils.py +1 -1
- {kinemotion-0.66.2.dist-info → kinemotion-0.66.3.dist-info}/METADATA +1 -1
- {kinemotion-0.66.2.dist-info → kinemotion-0.66.3.dist-info}/RECORD +6 -6
- {kinemotion-0.66.2.dist-info → kinemotion-0.66.3.dist-info}/WHEEL +0 -0
- {kinemotion-0.66.2.dist-info → kinemotion-0.66.3.dist-info}/entry_points.txt +0 -0
- {kinemotion-0.66.2.dist-info → kinemotion-0.66.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -98,7 +98,7 @@ def create_video_writer(
|
|
|
98
98
|
"Using fallback MPEG-4 codec; will re-encode with ffmpeg for "
|
|
99
99
|
"browser compatibility"
|
|
100
100
|
)
|
|
101
|
-
_log("warning", "debug_video_fallback_codec", codec="mp4v",
|
|
101
|
+
_log("warning", "debug_video_fallback_codec", codec="mp4v", warning=msg)
|
|
102
102
|
break
|
|
103
103
|
except Exception as e:
|
|
104
104
|
codec_attempt_log.append({"codec": codec, "status": "failed", "error": str(e)})
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kinemotion
|
|
3
|
-
Version: 0.66.
|
|
3
|
+
Version: 0.66.3
|
|
4
4
|
Summary: Video-based kinematic analysis for athletic performance
|
|
5
5
|
Project-URL: Homepage, https://github.com/feniix/kinemotion
|
|
6
6
|
Project-URL: Repository, https://github.com/feniix/kinemotion
|
|
@@ -13,7 +13,7 @@ kinemotion/cmj/validation_bounds.py,sha256=Ry915JdInPXbqjaVGNY_urnDO1PAkCSJqHwNK
|
|
|
13
13
|
kinemotion/core/__init__.py,sha256=U2fnLUGXQ0jbwpXhdksYKDXbeQndEHjn9gwTAEJ9Av0,1451
|
|
14
14
|
kinemotion/core/auto_tuning.py,sha256=lhAqPc-eLjMYx9BCvKdECE7TD2Dweb9KcifV6JHaXOE,11278
|
|
15
15
|
kinemotion/core/cli_utils.py,sha256=sQPbT6XWWau-sm9yuN5c3eS5xNzoQGGXwSz6hQXtRvM,1859
|
|
16
|
-
kinemotion/core/debug_overlay_utils.py,sha256=
|
|
16
|
+
kinemotion/core/debug_overlay_utils.py,sha256=jE_7UOJzDyCYXEcqUHMvJmmHaQ6jE0dV3JWltiQEMro,13377
|
|
17
17
|
kinemotion/core/determinism.py,sha256=Frw-KAOvAxTL_XtxoWpXCjMbQPUKEAusK6JctlkeuRo,2509
|
|
18
18
|
kinemotion/core/experimental.py,sha256=IK05AF4aZS15ke85hF3TWCqRIXU1AlD_XKzFz735Ua8,3640
|
|
19
19
|
kinemotion/core/filtering.py,sha256=Oc__pV6iHEGyyovbqa5SUi-6v8QyvaRVwA0LRayM884,11355
|
|
@@ -36,8 +36,8 @@ kinemotion/dropjump/kinematics.py,sha256=dx4PuXKfKMKcsc_HX6sXj8rHXf9ksiZIOAIkJ4v
|
|
|
36
36
|
kinemotion/dropjump/metrics_validator.py,sha256=lSfo4Lm5FHccl8ijUP6SA-kcSh50LS9hF8UIyWxcnW8,9243
|
|
37
37
|
kinemotion/dropjump/validation_bounds.py,sha256=x4yjcFxyvdMp5e7MkcoUosGLeGsxBh1Lft6h__AQ2G8,5124
|
|
38
38
|
kinemotion/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
-
kinemotion-0.66.
|
|
40
|
-
kinemotion-0.66.
|
|
41
|
-
kinemotion-0.66.
|
|
42
|
-
kinemotion-0.66.
|
|
43
|
-
kinemotion-0.66.
|
|
39
|
+
kinemotion-0.66.3.dist-info/METADATA,sha256=Cqnur5nD2r0vTMzdzQtknsnCBIxO9ePxODFJtGhFids,26061
|
|
40
|
+
kinemotion-0.66.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
41
|
+
kinemotion-0.66.3.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
|
|
42
|
+
kinemotion-0.66.3.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
|
|
43
|
+
kinemotion-0.66.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|