web-dev-qa-db-ja.com

イルカはサムネイルを表示しません

Unityのデフォルトのファイルマネージャーを Dolphin に変更しました。

問題:ビデオのサムネイルが表示されなくなりました。
Nautilusでは、サムネイルが正しく表示されます。

Dolphinでサムネイルを表示する方法は?

13
rofiquzzaki

サムネイル

サムネイルを表示するには、Dolphinにサムネイルプラグインが必要です。

enter image description here

ドルフィンのビデオサムネイル:

:~$ 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/

:~$ 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/

:~$ 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

設定

サムネイルを使用するには、Dolphin設定からサムネイルを有効にする必要があります。

enter image description here

7
user26687

ターミナルランで

Sudo apt-get install ffmpegthumbs

それから

Sudo apt-get install mplayerthumbs

それから

Sudo apt-get install kffmpegthumbnailer

その後...ユーザー26687の答えにあるようにイルカの設定を変更してください...私のために働いていますラップトップn4010デルのkubuntu 14.04lts

  1. 次のパッケージをインストールします。ffmpegthumbs mplayerthumbs kffmpegthumbnailer kio-extras
  2. Dolphinを再起動します
  3. 設定> Dolphinの設定>一般>動作>表示>すべてのフォルダーに共通のプロパティを使用、OK
  4. 「プレビュー」ボタンを押します
2
Nicolas Raoul

Ubuntu 15.10では、サムネイルを表示するための別のパッケージが必要になりました。

Sudo apt-get install kio-extras

2
Marce Luna