LINUX.ORG.RU

Ответ на: комментарий от fedor

Чтобы его скомпилировать требуется 10 библиотек из следующих версий Ubuntu и для каждой еще по 5, при их установке возникает коллизия между версиями.

puding
() автор топика

Настроить максимальный размер файла, для которого можно создавать миниатюры? В Dolphin`е так.

f1xmAn ★★★★★
()
Ответ на: комментарий от unanimous

После того как захожу в папку с видео, в thumbnail/fails создается каталог gnome-thumbnail-factory в котором по мере заходов в каталоги с видео создаются png файлы размером 300-500 байт и размером имени в 32 символа.

puding
() автор топика
Ответ на: комментарий от puding

Это значит, что либо программа-тумбнайлер не найдена, либо она не может сгенерировать превьюшки. Файлы сами-то играются проигрывателем?

unanimous ★★★★★
()
Ответ на: комментарий от unanimous

VLC, файлы воспроизводятся.

В общем, снес VLC, поставил totem, перелогинился и миниатюры появились! Видать nautilus с totem'ом крепко дружат ) .

puding
() автор топика
Ответ на: комментарий от puding

Ну да, миниатюры создает totem, т.е. он должен стоят. VLC сносить вовсе не обязательно, просто поставь его параллельно с totem'ом. Более того, ты можешь поменять в свойствах любого видеофайла то, каким проигрывателем открывать его по умолчанию и тогда *все* файлы этого типа будут открываться выбранной программой.

unanimous ★★★★★
()
16 марта 2012 г.

После выноса totem поставить другой thumbnailer:

Код:

sudo apt-get install ffmpegthumbnailer

в gconf изменить значения ключей:

#!/bin/sh
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@3gpp/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@dv/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@fli/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@flv/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@mp4/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@mp4v-es/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@mpeg/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@msvideo/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@ogg/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@quicktime/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@vivo/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@vnd.divx/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@vnd.vivo/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-anim/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-avi/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-flc/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-fli/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-flic/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-flv/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-m4v/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-matroska/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-ms-asf/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-ms-asx/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-msvideo/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-ms-wm/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-ms-wmv/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-ms-wmx/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-ms-wvx/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-nsv/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-ogm@ogg/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-theora@ogg/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'
gconftool-2 -t string -s /desktop/gnome/thumbnailers/video@x-totem-stream/command '/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15'

Убить наутилус: Alt+F2 ->

killall nautilus

Удалить кэш иконок: Код:

rm $HOME/.thumbnails/ -r

Запустить наутилус: Alt+F2 ->

nautilus

dagaragga ★★
()

При грамотно прописанных тегах (да-да, в видео они тоже есть!) vlc сам подкачивает красивые боксовые обложки фильмов, они же отображаются в наутилусе.

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.