rof*_*aki 15 kde unity dolphin thumbnails kubuntu
我已将 Unity 默认文件管理器更改为Dolphin。
问题:视频缩略图不再显示。
在 Nautilus 中,缩略图显示正确。
如何让 Dolphin 显示缩略图?
use*_*687 12
缩略图
要显示缩略图,Dolphin 需要安装缩略图插件。
Dolphin 的视频缩略图:
:~$ apt-cache show ffmpegthumbs
Package: ffmpegthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using ffmpeg
FFMpegThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using FFMpeg.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
Run Code Online (Sandbox Code Playgroud)
.
:~$ apt-cache show mplayerthumbs
Package: mplayerthumbs
Priority: optional
Section: universe/kde
...
Description: video thumbnail generator using mplayer
MPlayerThumbs is a video thumbnail generator for KDE file managers
like Dolphin and Konqueror. It enables them to show preview images
of video files using MPlayer.
.
This package is part of the KDE multimedia module.
Homepage: http://www.kde.org/
Run Code Online (Sandbox Code Playgroud)
.
:~$ apt-cache show kffmpegthumbnailer
Package: kffmpegthumbnailer
Priority: extra
Section: universe/kde
...
Description: video thumbnailer for KDE
kffmpegthumbnailer is a video thumbnailer based on ffmpegthumbnailer.
The thumbnailer uses ffmpeg to decode frames from the video files.
Homepage: http://www.kde-apps.org/content/show.php/kffmpegthumbnailer?content=117562
Run Code Online (Sandbox Code Playgroud)
设置
要使用缩略图,您需要从 Dolphin 设置启用缩略图。
小智 5
在终端运行中
sudo apt install ffmpegthumbs mplayerthumbs kffmpegthumbnailer
Run Code Online (Sandbox Code Playgroud)
然后...更改海豚设置,如 user26687 的回答所述...适用于我的笔记本电脑 n4010 戴尔 kubuntu 14.04lts
ffmpegthumbs mplayerthumbs kffmpegthumbnailer kio-extras