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, buffered sequential, or streamed one at a time) 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 properdocs 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.10a2.tar.gz (201.4 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.10a2-py3-none-any.whl (35.5 kB view details)

Uploaded Python 3

File details

Details for the file parallel_video_io-0.1.10a2.tar.gz.

File metadata

  • Download URL: parallel_video_io-0.1.10a2.tar.gz
  • Upload date:
  • Size: 201.4 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.10a2.tar.gz
Algorithm Hash digest
SHA256 36728e0d1610e77e7715d9cfca30344d100a9e7a994a578a53b2768f6873a56b
MD5 19f027ba21c2f20956c07a45c4a03117
BLAKE2b-256 6e10d48f01d463e205b7cc5ed3809b62a256722613ff5c2b3db9f088455b797b

See more details on using hashes here.

Provenance

The following attestation bundles were made for parallel_video_io-0.1.10a2.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.10a2-py3-none-any.whl.

File metadata

File hashes

Hashes for parallel_video_io-0.1.10a2-py3-none-any.whl
Algorithm Hash digest
SHA256 5b511d25f4ad128c070c66c94f438d3363b9a388fa6a604a7747f442226567e8
MD5 6ac6d00dcb04d409c3b88b5136c93ca9
BLAKE2b-256 83b5d50c07b1b7db3429ede9ec34f6b50ca7fe18daa11d0cbbae38faab1548e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for parallel_video_io-0.1.10a2-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