Skip to main content

Simple ffmpeg wrapper for image2pipe

Project description

# Why

I need to extract frames from videos in order to feed into dnn pipeline.

this is the answer package.

# Install

```
pip install image2pipe
```

# Usage

```
from multiprocessing import Queue
import logging
import cv2

import image2pipe

logging.basicConfig()


q = Queue()
decoder = image2pipe.images_from_url(q, "shuttle-flip.mp4", fps="30", scale=(1000, 556))
decoder.start()

for i in range(30):
fn, img = q.get()
cv2.imshow("frame %d" % i, img)
cv2.waitKey()
cv2.destroyAllWindows()
```

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

image2pipe-0.1.1.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file image2pipe-0.1.1.tar.gz.

File metadata

  • Download URL: image2pipe-0.1.1.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for image2pipe-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b2f6f89b89cc14db88f200bf0006adf23be2d28c363b64966f8c3e5bce15048e
MD5 9f35b2ba074b0f6fbc75390577d03791
BLAKE2b-256 b9e663c7ab9e063208683fb5c1e151748b7f9ea0bb8763182e7ef0eee471ca59

See more details on using hashes here.

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