From 8db46cd6bfcf94394a51b0d1af4db77b0deefe5e Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 23 Apr 2023 11:09:21 +0200 Subject: [PATCH] Use ffmpegthumbnailer as video thumbnailer --- home/.local/share/thumbnailers/video.thumbnailer | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 home/.local/share/thumbnailers/video.thumbnailer diff --git a/home/.local/share/thumbnailers/video.thumbnailer b/home/.local/share/thumbnailers/video.thumbnailer new file mode 100644 index 0000000..0272a1d --- /dev/null +++ b/home/.local/share/thumbnailers/video.thumbnailer @@ -0,0 +1,5 @@ +[Thumbnailer Entry] +Exec=ffmpegthumbnailer -f -s %s -i %i -o %o +MimeType=video/mp4 + +# vi: ft=toml