Skip to main content

Video thumbnail generator for modern web video players

Project description

Thumbnails

PyPI Tests Ubuntu | MacOS Tests Windows Codacy Badge License

This tool stands out for its unparalleled optimization for lightning-fast thumbnail generation. By utilizing minimal resources, you can generate more in less time. And with a user-friendly CLI and a convenient Python API, this tool is the ultimate solution for efficient and streamlined thumbnail creation.

Compatible with Major Video Players

Modern web video players use the WebVTT formatted files to preview thumbnails at a pointed time. WebVTT is a format for displaying timed text tracks (such as subtitles or captions). Open-source video players such as Plyr, Video.js, Flowplayer, Fluid Player, and more, use this format for showing the thumbnails. And, with the use of external plugins, Video.js even has the capability to handle JSON formatted thumbnail metadata. This is where our tool comes in, offering the ability to generate the perfect thumbnails to match your needs.

Features

  • Wide-ranging video format compatibility, accommodating all major video formats as input files. (mp4, mkv, avi, mov, ogv, webm, mpeg, mpg, wmv, etc.)
  • Flexible output options, supporting both WebVTT and JSON formats.
  • Generating video thumbnails through the CLI and the Python API.
  • Customize your thumbnail creation to fit your specific needs with various options.
  • Image compression technology, ensuring optimized file sizes for quick and efficient loading times.

How to Use?

CLI Tool Usage

The CLI is a convenient way to generate thumbnails for a video file. And it accepts files or directories as arguments. For the complete list of options, run thumbnails --help.

thumbnails --base /media/ --output /var/www/movie.com/media/thumbnails/ --interval 5 ~Videos/movies

Python API Usage

The Python API provides a flexible way to integrate video thumbnail generation into your existing applications. Both the CLI and the Python API share the same set of options.

from thumbnails import Generator

inputs = (
    "~Downloads/movie.mp4",
    "~Videos/movies/1.avi",
    "~Videos/movies/2.ogv",
)

generator = Generator(inputs)
generator.base = "/media/"
generator.skip = True  # skip existing thumbnails
generator.output = "/var/www/movie.com/media/thumbnails/"
generator.interval = 5
generator.generate()

Development

Run the following command in the package's root directory to install it in editable mode.

python3 -m pip install -e .

This command will install the package in your local environment and allow you to make changes to the code and see the updates immediately. It will also install all the required dependencies listed in the requirements.txt file.

Contribute

Everyone is welcome to contribute to this project. Please read and follow the contribution guidelines before you start. Contributions can be considered:

  • Reporting an issue
  • Opening a pull-request
  • Suggesting an idea at discussions
  • Starring the repository if you like it

Before you open a PR, please run the unit tests in the local environment to ensure everything is working. You need to install tox and run the tests for configured environments.

python3 -m pip install tox && tox

License

Copyright (C) 2023 Artyom Vancyan. Apache 2.0

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

thumbnails-0.1.4.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

thumbnails-0.1.4-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file thumbnails-0.1.4.tar.gz.

File metadata

  • Download URL: thumbnails-0.1.4.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for thumbnails-0.1.4.tar.gz
Algorithm Hash digest
SHA256 b0eaf3a7642cbce8fea34ec60207e815dc280edfbbd376d1ca672bed898c1f37
MD5 bd33d28e2bb11a45df007bc2fd816e2c
BLAKE2b-256 6bd15abd139db19f609d24d6d70a9520754e033ca5910d296988a7c9b4140568

See more details on using hashes here.

File details

Details for the file thumbnails-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: thumbnails-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for thumbnails-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 5fd2cce0888aaa0cfb5937c17bfbf3cf2b468314112fe782aa6490fc1ef64010
MD5 09ae462b1e2935be57737b20395527ff
BLAKE2b-256 5001f58918e6bc6d5f25502918e5d1c84d592ce7d429bbde23033287ac0d0455

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