![]() |
|
how to use video thumbnail - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: how to use video thumbnail (/thread-13257.html) |
how to use video thumbnail - vincent3569 - 2019-01-15 hi as I can see there https://www.zenphoto.org/news/features/#manage-image-video-and-audio-files, mp4 video files are supposed to be supported by zenphoto.
you can here: https://test.vincentbourganel.fr/images/illustrations/ can you help me? ps: I have the issue with mp3 files and text files how to use video thumbnail - acrylian - 2019-01-15 Sidecar images (which their actual name is since it is not for videos only) are not exactly sized since they are just default placeholder images. They are small and ZP does not resize images that are smaller than the requested size by default. You should upload your own sidecar images, e.g. a screenshot of the video, which then would be sized correctly. how to use video thumbnail - vincent3569 - 2019-01-15 ok, thanks is there a way to change these placeholder images with another ones from my theme? how to use video thumbnail - acrylian - 2019-01-15 Yes, place images with the same names as the originals (within how to use video thumbnail - vincent3569 - 2019-01-15 do you mean to have images called how to use video thumbnail - acrylian - 2019-01-15 Yes, those. how to use video thumbnail - vincent3569 - 2019-01-15 it doesn't work. tested with basic theme and a how to use video thumbnail - fretzl - 2019-01-15 I see the mp3 image here: how to use video thumbnail - acrylian - 2019-01-15 I see it as well. how to use video thumbnail - vincent3569 - 2019-01-15 that is not the right image (I remove it). how to use video thumbnail - acrylian - 2019-01-15 I don't understand then. And the link is leading to "object not found". how to use video thumbnail - fretzl - 2019-01-15 Zenphoto Error: the requested object was not found. ?? how to use video thumbnail - vincent3569 - 2019-01-15 sorry, there is an unpublished album with unpublished pictures. as told before: but there is a dark picture for this mp3 file. how to use video thumbnail - fretzl - 2019-01-16 Not sure what's wrong with this transparent png file. I could not change it to something better. The interweb is full of topics about black png's caused by a transparent background. how to use video thumbnail - acrylian - 2019-01-16 Okay, you mean the transparency. I think this is a limitation of the GD library not handling this properly. But a quick search indicates it can actually, so probably our library needs an update or improvement. how to use video thumbnail - acrylian - 2019-01-16 For your info: Alphatransparency with png(24) does not work with GD. GD generally is capable of doing it although older version had alphatransparency support disabled. It must be a bug somewhere because transparent watermarks do work. It all works correctly with Imagick though. how to use video thumbnail - acrylian - 2019-01-16 Alpha transparency with GD nd png(24) is fixed in the support build. However alpha transparent pngs on alpha transparent pngs does not work with GD but with Imagick. Haven't found anything to fix this, might be a limitation of GD. how to use video thumbnail - vincent3569 - 2019-01-16 Fred, thanks for the info. |