You are not logged in.

#1 2016-08-09 05:23:59

addicted
Member
From: /home/addicted
Registered: 2016-07-13
Posts: 42

[Solved] Video Embedded Cover in Thumbnail

How to show video embedded cover in thumbnail?

Video are muxed with mkv merge with cover.
In windows Icaros does a great job showing  those covers.
But in arch i'm unable to find a way.
I'm using nemo with ffmpegthumbnailer currently.
But can't show those coverart in mkv video

Last edited by addicted (2016-08-19 19:56:06)

Offline

#2 2016-08-09 06:54:48

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [Solved] Video Embedded Cover in Thumbnail

What format is the video encoded with?

Offline

#3 2016-08-09 07:02:27

addicted
Member
From: /home/addicted
Registered: 2016-07-13
Posts: 42

Re: [Solved] Video Embedded Cover in Thumbnail

mkv container
I mux all movie+subtitle+cover with mkvtoolnix.
Format mostly h264 & few h265.(originally movie in mp4 container , but i mux them to mkv after adding subtitle & coverart)

Last edited by addicted (2016-08-09 07:04:31)

Offline

#4 2016-08-09 08:44:35

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [Solved] Video Embedded Cover in Thumbnail

So the problem is happening with both h264 and h265? Have you tried deleting the .thumbnails directory.

Offline

#5 2016-08-09 14:11:12

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [Solved] Video Embedded Cover in Thumbnail

Try if you can generate thumbnails for the files manually via command line with ffmpegthumbnailer, or if that returns an error.

You can check the command used to generate thumbnails from /usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer

Offline

#6 2016-08-09 16:40:28

addicted
Member
From: /home/addicted
Registered: 2016-07-13
Posts: 42

Re: [Solved] Video Embedded Cover in Thumbnail

Is this some error? i doubt that
ffmpegthumbnailer is generating thumbnail just fine.It's giving a video thumbnail.Not embedded cover art.

this is my "ffmpegthumbnailer.thumbnailer" file.

[Thumbnailer Entry]
TryExec=ffmpegthumbnailer
Exec=ffmpegthumbnailer -i %i -o %o -s256 %s
MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-msvideo;video/x-flv;video/x-matroska;video/webm;video/mp2t;

Offline

#7 2016-08-09 17:05:15

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: [Solved] Video Embedded Cover in Thumbnail

I meant that you could use the command found in ffmpegthumbnailer.thumbnailer to test generating thumbnails.

However, looks like I misunderstood that your original question was about video thumbnails, not embedded cover images.
I have no idea if there's a video thumbnailer for linux that supports embedded cover art, but I'm quite certain ffmpegthumbnailer doesn't.

At least totem media player has thumbnailer included in the package, so you could test if that works for you.

Offline

#8 2016-08-19 19:51:00

addicted
Member
From: /home/addicted
Registered: 2016-07-13
Posts: 42

Re: [Solved] Video Embedded Cover in Thumbnail

now embeddedcover branch of ffmpegthumbnailer started initial support of cover art in mkv archive.
https://github.com/dirkvdb/ffmpegthumbn … eddedcover
https://github.com/dirkvdb/ffmpegthumbnailer/issues/138

i tested it & it's working.(although i made some dirty installation as i'm new to linux)

Last edited by addicted (2016-08-19 20:22:57)

Offline

Board footer

Powered by FluxBB