无法显示HEVC Main10P和VP9编解码器video的缩略图

我讨厌图腾播放器,对我来说没用,所以我安装了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 

但它无法从HEVC Main10P和VP9编解码器video生成缩略图,我该怎么办?

在此处输入图像描述

在此处输入图像描述

我找到了答案,我需要安装较新版本的ffmpegthumbnailer和libffmpegthumbnailer4。

https://launchpad.net/~mc3man/+archive/ubuntu/testing6/+build/7730885

只需下载并安装即可。