XFCE / Thunar: Video thumbnails not shown

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
peter_b
Chatterbox
Posts: 371
Joined: Tue Nov 12, 2013 2:05 am

XFCE / Thunar: Video thumbnails not shown

Post by peter_b »

[PROBLEM]
Fresh Xubuntu 16.04.3 (64bit) install. Some videos that I knew had thumbnails in 12.04 didn't have them now in Thunar anymore.
Some did. Some didn't. Mostly affected were non-free (e.g. patented) formats like MPEG-4/H.264

[SOLUTION]
Install the ffmpegthumbnailer:

Code: Select all

$ sudo apt-get install ffmpegthumbnailer
And gstreamer codecs:
gstreamer1.0-plugins-good - GStreamer plugins from the "good" set
gstreamer1.0-plugins-bad - GStreamer plugins from the "bad" set
gstreamer1.0-plugins-bad-videoparsers - GStreamer videoparsers plugin from the "bad" set
gstreamer1.0-plugins-ugly - GStreamer plugins from the "ugly" set
Then close all open Thunar windows.
Now all videos should have thumbnails generated 8)
Post Reply