我讨厌图腾播放器,它对我来说是无用的,所以我安装了ffmpegthumbnailer,删除了图腾播放器,并通过以下步骤将默认的拇指钉器更改为它。
sudo apt-get install ffmpeg ffmpegthumbnailer gstreamer0.10-ffmpeg然后删除缩略图缓存:
rm ~/.thumbnails/fail/gnome-thumbnail-factory/*
rm ~/.thumbnails/normal/*然后,我对/usr/share/thumbnailers/totem.umbnailer进行了修改。
由此:
[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但是它不能从HEVC Main10P和VP9编解码视频生成缩略图,我该怎么办?


发布于 2016-03-26 04:26:31
我已经找到了答案,我需要安装新版本的ffmpegthumbnailer和libffmpegthumbnailer4。
https://launchpad.net/~mc3man/+archive/ubuntu/testing6/+build/7730885
只需下载并安装。
https://askubuntu.com/questions/749936
复制相似问题