Skip to main content

Tools for reading and writing videos, and loading them efficiently with PyTorch.

Project description

Parallel Video IO

The Parallel Video IO (PVIO) package is motivated by the following problems that I kept having:

  1. I could never remember the ffmpeg and ffprob commands for simple tasks, so I have to Google them every time.
  2. Precise random seek in videos (for scientific use) is not so trivial.
  3. I just want some simple dataloader that works for ML training and inference.

After finding myself writing the same thing over and over again for different projects, I wrote this package with the following features:

  1. Read frames from videos (random access or sequential) using imageio/FFmpeg.
  2. Write sequences of NumPy frames to H.264 MP4 files with sensible defaults.
  3. PyTorch-compatible VideoCollectionDataset and VideoCollectionDataLoader that stream frames from many videos in parallel across worker processes.
    • SimpleVideoCollectionLoader provides a convenience API that combines dataset and dataloader creation in one call.
  4. A small pvio command-line tool (an ffmpeg-lite helper): pvio encode combines a directory or list of image files into an H.264 MP4 (with --mode, --quality, and --preset flags), and pvio info prints a video's frame count, frame size, and FPS.

GPU acceleration is automatic. On a machine with a CUDA GPU, decoding uses the GPU (TorchCodec/NVDEC, with frame-accurate seeking preserved) and writing uses the GPU encoder (FFmpeg/NVENC at a visually-lossless setting); both fall back to the CPU when no GPU is available. SimpleVideoCollectionLoader runs in the main process when decoding on the GPU (CUDA cannot be used in forked workers). Pass device="cpu" (loader/EncodedVideo) or mode="cpu" (write_frames_to_video) to opt out.

Linux only. macOS and Windows are not currently supported.

Installation, code examples, and documentation

See the documentation site.

Development

Clone and install with the dev dependencies:

git clone git@github.com:sibocw/parallel-video-io.git
cd parallel-video-io
uv sync --extra dev

Run the test suite:

pytest tests

Build and preview the documentation site locally:

uv run mkdocs serve

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

parallel_video_io-0.1.9.tar.gz (187.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

parallel_video_io-0.1.9-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

Details for the file parallel_video_io-0.1.9.tar.gz.

File metadata

  • Download URL: parallel_video_io-0.1.9.tar.gz
  • Upload date:
  • Size: 187.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for parallel_video_io-0.1.9.tar.gz
Algorithm Hash digest
SHA256 d5498949fd078e82d066bc4c9cdbba3576580d2b1800245190e96fbffd6b1049
MD5 4fc82206bddd250b8210989a2025ad74
BLAKE2b-256 6de8bb248ad09c3178a7566c278554fbe8023cae730b5d1a03a9291ecce820d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for parallel_video_io-0.1.9.tar.gz:

Publisher: publish.yml on NeLy-EPFL/parallel-video-io

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file parallel_video_io-0.1.9-py3-none-any.whl.

File metadata

File hashes

Hashes for parallel_video_io-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 c4461308a59ff46fd199aeadb9e3eb37684606e19cf2f42fec5e619541c5e34e
MD5 371fb388163917bc9a89a32e57bb5f35
BLAKE2b-256 b373ebad2df866906a43cd735c54ce40a54a8b063eef834dcedb384c36e30f5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for parallel_video_io-0.1.9-py3-none-any.whl:

Publisher: publish.yml on NeLy-EPFL/parallel-video-io

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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