kinemotion 0.66.0__py3-none-any.whl → 0.66.1__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.

@@ -68,11 +68,11 @@ def create_video_writer(
68
68
  needs_resize = (display_width != width) or (display_height != height)
69
69
 
70
70
  # Try browser-compatible codecs first
71
- # avc1/h264: H.264 (Most compatible, including iOS)
71
+ # avc1: H.264 (Most compatible, including iOS)
72
72
  # mp4v: MPEG-4 (Poor browser support, will trigger ffmpeg re-encoding for H.264)
73
73
  # ⚠️ CRITICAL: VP9 (vp09) is EXCLUDED - not supported on iOS/iPhone/iPad browsers!
74
74
  # Adding VP9 will break debug video playback on all iOS devices.
75
- codecs_to_try = ["avc1", "h264", "mp4v"]
75
+ codecs_to_try = ["avc1", "mp4v"]
76
76
 
77
77
  writer = None
78
78
  used_codec = "mp4v" # Default fallback
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kinemotion
3
- Version: 0.66.0
3
+ Version: 0.66.1
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=Rbmuslc-imondbljiMrQ08JRxaw9TfyFi75nA17sZ9w,13390
16
+ kinemotion/core/debug_overlay_utils.py,sha256=Ona4QXT9Aauc5devm7kcpXDEHk5NcJ850yaJykyE2Ys,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.0.dist-info/METADATA,sha256=-fRqQu9C9z3U5xlHHgDeTwIeURdrbv9Kyt1e5hoMrUA,26061
40
- kinemotion-0.66.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
41
- kinemotion-0.66.0.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
42
- kinemotion-0.66.0.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
43
- kinemotion-0.66.0.dist-info/RECORD,,
39
+ kinemotion-0.66.1.dist-info/METADATA,sha256=8qpGFLAlx877vqK3pCbd3c8-Lx2PXucuTaJME3jrers,26061
40
+ kinemotion-0.66.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
41
+ kinemotion-0.66.1.dist-info/entry_points.txt,sha256=zaqnAnjLvcdrk1Qvj5nvXZCZ2gp0prS7it1zTJygcIY,50
42
+ kinemotion-0.66.1.dist-info/licenses/LICENSE,sha256=KZajvqsHw0NoOHOi2q0FZ4NBe9HdV6oey-IPYAtHXfg,1088
43
+ kinemotion-0.66.1.dist-info/RECORD,,