Skip to main content

A Python library that simplifies working with video from soccer matches.

Project description

Match Video

This is a Python library that simplifies working with video from soccer matches. It allows match video to be selected intuitively by period number and clock, instead of absolute video time.

To accomplish this the start of each period is set as a chapter in the match video's metadata. Clips from the video can then be selected by period number and clock. ffmpeg handles both reading and writing the video chapter metadata and clip selection.

Installation

Requirements

pip install match-video

Usage

Before the video can be used, the start time of each half needs to be set.

match-video set-half-starts path/to/video.mp4 0:04 63:20

Then it is easy to select match video by period and clock!

import match_video as mv

# get the third minute of the match
clip = mv.get_clip("path/to/video.mp4", period=1, start_clock=180, end_clock=240)

# get the start of each half and concatenate them
clip_clocks = [
    {"period": 1, "start_clock": 0, "end_clock": 30},
    {"period": 2, "start_clock": 0, "end_clock": 30},
]
clips = mv.get_clips("path/to/video.mp4", clip_clocks)

See the examples to see how to save or display video clips.

Support

grantwenzinger@gmail.com

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

match-video-0.1.1.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

match_video-0.1.1-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file match-video-0.1.1.tar.gz.

File metadata

  • Download URL: match-video-0.1.1.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.10 Darwin/21.5.0

File hashes

Hashes for match-video-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f73a17eba7c27521a14cb08bc172e65c0ecd1842af19e63fd05ea7ce8733e31b
MD5 f8d0270c2621c571bba8c9f4899687b5
BLAKE2b-256 a8d15ee8b7d060a420871bfbe9d382e1ae42ee298e68d282031691d394eb885e

See more details on using hashes here.

File details

Details for the file match_video-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: match_video-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.10 Darwin/21.5.0

File hashes

Hashes for match_video-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8c6dfb306760df0388f3b5bdb5d1f05137d0d6eaae3d31fffcccd4831d618409
MD5 233a925f46d36143a10a3c73515bb674
BLAKE2b-256 2fbb1aa3042e84a99c0bbfe97fabed08f6450a76c539200e36b79889a8b5ff4e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page