You are not logged in.
Hello,
I have an issue on a fresh installation, in Nautilus (Gnome Shell / Wayland) I have no preview on avi video files.
all others seems to be ok from what I can see.
I installed ffmpegthumbnailer following this doc https://wiki.archlinux.org/title/File_m … _Konqueror but avi files are not thumbnailed.
I tried to manually generate a thumbnail with ffmpegthumbnailer on a failed file and, as expected, it was ok.
Am I missing any library/binary/configuration?
Thanks for your help
Last edited by farnsworth (2023-11-26 20:51:14)
Offline
Run:
xdg-mime query filetype FILEon one of your avi files. I get "video/vnd.avi". This mimetype isn't listed on the MimeType line of /usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer.
Create the directory ~/.local/share/thumbnailers and copy over the ffmpegthumbnailer.thumbnailer file to this directory, and append ";video/vnd.avi" to the end of the MimeType line. Restart nautilus and it should work again.
Offline
you're right, thanks for your help, now it's ok.
Do you have any idea why this is not included in the package? maybe I'm getting too old and avi files are also now ![]()
Offline
If I had to guess, something got updated (shared-mime-info or file) and avi mime recognition changed. The ffmpegthumbnailer should probably be updated.
And here it is. Changed in shared-mime-info.
Offline
...and here's the corresponding upstream ffmpegthumbnailer change.
Offline
great, thanks.
will keep an eye on it and then remove the configuration file from my home folder when the new release with this modification is out.
Offline
Run:
xdg-mime query filetype FILEon one of your avi files. I get "video/vnd.avi". This mimetype isn't listed on the MimeType line of /usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer.
Create the directory ~/.local/share/thumbnailers and copy over the ffmpegthumbnailer.thumbnailer file to this directory, and append ";video/vnd.avi" to the end of the MimeType line. Restart nautilus and it should work again.
Do we always need to do it in the future?
Offline
Do we always need to do it in the future?
Only until the new version of ffmpegthumbnailer is released. Not sure when that will happen though.
Offline