因为totem生成不了某些1080P的影片的缩略图,所以删除了totem,然后安装了ffmpegthumbnailer。清除之前totem生成的缓存之后,打开nautilus根本看不到影片的缩略图。这是怎么回事?

代码: 全选
sudo apt-get install ffmpegthumbnailer
代码: 全选
cd /usr/share/thumbnailers/
sudo cp totem.thumbnailer toem.thumbnailer.old
代码: 全选
TryExec=/usr/bin/ffmpegthumbnailer
Exec=/usr/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f
代码: 全选
nautilus -q
it works.thxTryExec=/usr/bin/ffmpegthumbnailer
Exec=/usr/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f