不带图腾的鹦鹉螺视频缩略图


12

我删除了图腾并安装了VLC。现在,视频文件缩略图消失了。有什么方法可以在不重新安装图腾的情况下找回缩略图?

我知道我可以同时使用图腾和VLC,但我真的不想拥有比我需要的柔和的东西:)


我有图腾,但在mp4视频文件上仍然没有缩略图。
塞林(Cerin)

Answers:


14

在11.10和12.04上的gconf-editor中,桌面/ gnome / tumbnailers下没有键。除电影外,所有缩略图均正常生成,因为我卸载了图腾。

要使用ffmpegthumbnailer,我像上一篇文章一样安装了它:

sudo apt-get install ffmpeg ffmpegthumbnailer gstreamer0.10-ffmpeg

然后像上一篇文章一样删除缩略图缓存:

rm ~/.thumbnails/fail/gnome-thumbnail-factory/*
rm ~/.thumbnails/normal/*

然后,我在/usr/share/thumbnailers/totem.thumbnailer中进行了更改

由此:

[Thumbnailer Entry]
TryExec=/usr/bin/totem-video-thumbnailer
Exec=/usr/bin/totem-video-thumbnailer -s %s %u %o

对此:

[Thumbnailer Entry]
TryExec=ffmpegthumbnailer
Exec=ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10

并退出了鹦鹉螺:

nautilus -q

现在一切都很好。希望能帮助到你!

如果仍然无法生成缩略图,则可能需要将以下内容添加到/usr/share/thumbnailers/totem.thumbnailer:

MimeType=application/mxf;application/ogg;application/ram;application/sdp;application/vnd.ms-wpl;application/vnd.rn-realmedia;application/x-extension-m4a;application/x-extension-mp4;application/x-flash-video;application/x-matroska;application/x-netshow-channel;application/x-ogg;application/x-quicktimeplayer;application/x-shorten;image/vnd.rn-realpix;image/x-pict;misc/ultravox;text/x-google-video-pointer;video/3gpp;video/dv;video/fli;video/flv;video/mp2t;video/mp4;video/mp4v-es;video/mpeg;video/msvideo;video/ogg;video/quicktime;video/vivo;video/vnd.divx;video/vnd.rn-realvideo;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-flv;video/x-m4v;video/x-matroska;video/x-mpeg;video/x-ms-asf;video/x-ms-asx;video/x-msvideo;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;video/x-totem-stream;audio/x-pn-realaudio;audio/3gpp;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/midi;audio/mp2;audio/mp4;audio/mpeg;audio/ogg;audio/prs.sid;audio/vnd.rn-realaudio;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-sbc;audio/x-speex;audio/x-tta;audio/x-wav;audio/x-wavpack;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-xm;application/x-flac;

并再次nautilus -q在终端中运行。


这纳闷为什么不接受这个答案。
希拉格

我只需要ffmpegthumbnailer14.10版本-也不需要重置缓存。
2015年

最后一个需要安装图腾播放器吗?
朱利安·莱'16

它无法为HEVC和webm编解码器生成缩略图。
朱利安·莱

1
该软件包gstreamer0.10-ffmpeg似乎很久以前已从标准存储库中删除。
塞林

4

打开文件管理器,然后转到编辑->首选项->预览。根据需要更改首选项。然后关闭文件管理器并打开终端。运行以下命令以安装必要的软件包。

sudo apt-get install ffmpeg ffmpegthumbnailer gstreamer0.10-ffmpeg

然后删除旧的缩略图

rm ~/.thumbnails/fail/gnome-thumbnail-factory/*
rm ~/.thumbnails/normal/*

打开文件管理器,享受您的新缩略图!


当我尝试此操作时,视频文件(例如.avi)不再具有缩略图)
koushik 2010年

您还必须使用gconf更改缩略图,以上命令还不够
zetah 2012年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.