dirkvdb / ffmpegthumbnailer

Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files
GNU General Public License v2.0
524 stars 72 forks source link

kffmpegthumnailer adds a border to thumbnails #184

Closed TiGR closed 4 years ago

TiGR commented 4 years ago

When I generate thumbnail manually with ffmpegthumbnailer, I get this: 12ccbc4fd0eb5b30988673dff2e4bb12

But kffmpegthumbnailer adds a border: a2a6eb2762db37e348d5f153870fba74

Both files were taken from ~/.cache/thumbnails/normal/. In dolphin it looks like this: image

I was trying to find anything related to borders in that code, but was unable to.

dirkvdb commented 4 years ago

What are the sizes of the two thumbnails?

TiGR commented 4 years ago

Both images are 96x128 pixels

TiGR commented 4 years ago

Okay, I've added a pull request with a fix. @dirkvdb Please, take a look at it and also at my other pull requests. Thanks.