The Westney study's excerpt extractors could not be migrated to _posetools.extract_pose_landmarks because it lacks start-time/duration windowing (extracting landmarks for a sub-segment of a long video without decoding the whole file). Add t0/duration (or start/end) parameters wired into the ffmpeg decode (-ss/-to before -i), mirroring how other MGT functions window video.
Provenance: 2-Westney-comparisons migration (2026-07); 2 of 28 scripts unmigratable for this reason.
🤖 Generated with Claude Code
The Westney study's excerpt extractors could not be migrated to
_posetools.extract_pose_landmarksbecause it lacks start-time/duration windowing (extracting landmarks for a sub-segment of a long video without decoding the whole file). Addt0/duration(orstart/end) parameters wired into the ffmpeg decode (-ss/-tobefore-i), mirroring how other MGT functions window video.Provenance: 2-Westney-comparisons migration (2026-07); 2 of 28 scripts unmigratable for this reason.
🤖 Generated with Claude Code