Socket
Socket
Sign inDemoInstall

thumbor-video-engine

Package Overview
Dependencies
1
Maintainers
6
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    thumbor-video-engine

An engine and tools for manipulating videos with thumbor using ffmpeg


Maintainers
6

Readme

This package provides a thumbor engine that can read, crop, and transcode audio-less video files. It supports input and output of animated GIF, animated WebP, WebM (VP9) video, and MP4 (default H.264, but HEVC is also supported).

Usage

To enable this engine, add the following setting to your thumbor.conf:

.. code-block:: python

ENGINE = 'thumbor_video_engine.engines.video'

For non-video files, this engine will fall back to using 'thumbor.engines.pil'. An alternative image engine fallback can be configured by setting IMAGING_ENGINE.

To enable transcoding between formats, add 'thumbor_video_engine.filters.format' to your FILTERS setting. If 'thumbor.filters.format' is already there, replace it with the filter from this package.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc