Пакет ffmpegthumbnailer: Информация

Исходный пакет: ffmpegthumbnailer
Версия: 2.2.0-alt3.1
Собран:  11 октября 2021 г. 5:29
Категория: Графика
Сообщить об ошибке в пакете
Домашняя страница: http://code.google.com/p/ffmpegthumbnailer/

Лицензия: GPLv2
О пакете: Lightweight video thumbnailer that can be used by file managers
Описание: 
Lightweight video thumbnailer that can be used by file managers.

This video thumbnailer can be used to create thumbnails for your
video files. The thumbnailer uses ffmpeg to 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, libpng and libjpeg.

The project also includes a C/C++ library that can be used by
developers to generate thumbnails in their projects.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
ffmpegthumbnailer (riscv64)
ffmpegthumbnailer-debuginfo (riscv64)
libffmpegthumbnailer (riscv64)
libffmpegthumbnailer-debuginfo (riscv64)
libffmpegthumbnailer-devel (riscv64)

Сопровождающий: Arseny Maslennikov


    1. cmake
    2. libswresample-devel
    3. libswscale-devel
    4. libpng-devel
    5. libjpeg-devel
    6. libavfilter-devel
    7. libavformat-devel
    8. libpostproc-devel
    9. libavresample-devel
    10. gcc-c++

Последнее изменение


27 апреля 2021 г. Arseny Maslennikov 2.2.0-alt3.1
- NMU: spec: adapted to new cmake macros.
14 июня 2018 г. Sergey Bolshakov 2.2.0-alt3
- rebuilt with recent ffmpeg
7 сентября 2017 г. Michael Shigorin 2.2.0-alt2
- removed utf8 dirt from videothumbnailertest.cpp (lcc cringes at that)
- minor spec cleanup