Skip to content

da-rth/easy-thumbnails-ffmpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork Changes

Forked from easy-thumbnails-ffmpeg by aldarund.

To install THIS version of easy-thumbnails-ffmpeg, do:

pip install git+https://github.com/denBot/easy-thumbnails-ffmpeg

Synopsis

A video thumbnail source generator for django easy-thumbnails using ffmpeg.

Requirements

  • easy_thumbnails
  • ffmpeg

Install

Add this package to your Python path or pip install easy-thumbnails-ffmpeg.

Add easy_thumbnails_ffmpeg.source_generators.ffmpeg_frame to THUMBNAIL_SOURCE_GENERATORS in your settings.py:

THUMBNAIL_SOURCE_GENERATORS = (
    'easy_thumbnails.source_generators.pil_image', # Default
    'easy_thumbnails_ffmpeg.source_generators.ffmpeg_frame',
)

License

CC0 1.0 Universal (Public Domain)

About

Video thumbnails source generator using ffmpeg.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%