Skip to main content

a convenient Python library for capturing cover image from video

Project description

CoverSnap

A convenient Python library for capturing cover image from video.

codecov CI-test pip-test Release PyPI version GitHub

Installation

You can install CoverSnap using pip (python >= 3.8):

pip install coversnap

CLI

usage: coversnap [-h] -i INPUT -o OUTPUT

Capture image from video and save it to file, return black image if failed

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --INPUT INPUT
                        absolute path to input video
  -o OUTPUT, --OUTPUT OUTPUT
                        absolute path to output image

Python

To capture a cover image from a video, use the capture_image function provided by the CoverSnap library. Here's an example of how to use it:

import os
import cv2
from coversnap import capture_image

input_video = "path/to/video.mp4"
output_image = "path/to/output.jpg"

# Capture the cover image from the video
img = capture_image(input_video)

# Save the captured image to the specified file
_, file_extension = os.path.splitext(output_image)
cv2.imencode(file_extension, img)[1].tofile(output_image)

Development

Environment Setup

Before getting started with development, make sure you have the following tools and dependencies installed:

  • Python 3.8 or higher
  • PDM (Python Development Master)

Installing Development Dependencies

In the project's root directory, run the following command to install the development dependencies:

pdm run dev

Running Tests

pdm run test

This will run the tests and generate test coverage reports. The test results will be displayed in the terminal, and XML and HTML format coverage reports will also be generated.

Code Style Checking and Static Type Checking

pdm run lint

This will run the code style checking and static type checking. The results will be displayed in the terminal.

License

CoverSnap is licensed under the MIT License.

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

coversnap-0.0.4.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

coversnap-0.0.4-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file coversnap-0.0.4.tar.gz.

File metadata

  • Download URL: coversnap-0.0.4.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for coversnap-0.0.4.tar.gz
Algorithm Hash digest
SHA256 30f76f275e46c27113b28062cc8bccd58a6165c6bbdd74cc2e1d6fe6d831de3e
MD5 d41b7b8d20d27e999043a5c760e1f7ab
BLAKE2b-256 10d94543dbf8c73b244ec7ed00cdda3dc3299f2eecfe00d664616c7e9f491782

See more details on using hashes here.

File details

Details for the file coversnap-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: coversnap-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for coversnap-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6507762a15ec27bf5f1e3bea3356badb679412659f37c1062fa902e808165dbf
MD5 8e6a3c08bb4182a8f8aff0a773734d15
BLAKE2b-256 42a36eca5c63583b88279201d9c231a6d99ecdbf7e7c3422ce000c77d2f6bf57

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