Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirkvdb/ffmpegthumbnailer
Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files
https://github.com/dirkvdb/ffmpegthumbnailer
Last synced: 3 days ago
JSON representation
Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files
- Host: GitHub
- URL: https://github.com/dirkvdb/ffmpegthumbnailer
- Owner: dirkvdb
- License: gpl-2.0
- Created: 2015-03-15T09:46:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T20:35:18.000Z (about 2 months ago)
- Last Synced: 2024-10-28T12:05:47.139Z (12 days ago)
- Language: C++
- Homepage:
- Size: 1.4 MB
- Stars: 537
- Watchers: 23
- Forks: 73
- Open Issues: 13
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-starred - ffmpegthumbnailer - Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files (C++)
README
FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file
managers to create thumbnails for your video files. The thumbnailer uses ffmpeg
o decode frames from the video files, so supported videoformats depend on the
configuration flags of ffmpeg.This thumbnailer was designed to be as fast and lightweight as possible. The
only dependencies are ffmpeg and libpng.