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

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

我讨厌图腾播放器,它对我来说没用,所以我安装了 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 编解码器视频生成缩略图,我该怎么办?

在此处输入图片描述

在此处输入图片描述

答案1

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

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

只需下载并安装即可。

相关内容