ZenphotoCMS Forum
1.4.7: Use my own thumbnail image for videos - 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: 1.4.7: Use my own thumbnail image for videos (/thread-12715.html)



1.4.7: Use my own thumbnail image for videos - MarkRH - 05-05-2015

Looking at this page: http://gallery.mysstie.com/eq2/mounts/ you will notice a generic mp4 thumbnail image. The location of which seems to be: http://gallery.mysstie.com/cache/eq2/mounts/zp-core_class-video_mp4Default_150_w150_h150_thumb.png

Is the some way I can make this an image related to the actual video even if I have to upload the image manually and modify the database somewhere. Just want to know if there is some way.

Thanks,
Mark H.




1.4.7: Use my own thumbnail image for videos - fretzl - 06-05-2015

Yes, there is.
Put any image named [i]mp4Default.png[/i] in a folder named [i]images[/i] in your theme folder.
The class-video plugin will first look there for any default images.

Other multimedia default images follow the same name syntax.
You'll find them in class-video.php (lines 160 - 184)




1.4.7: Use my own thumbnail image for videos - acrylian - 06-05-2015

If you want to have individual thumbs matching the video instead of changing the default ones that is possible as well: http://www.zenphoto.org/news/problems-with-albums-and-images#thumbnails-for-videos-are-not-created




1.4.7: Use my own thumbnail image for videos - MarkRH - 06-05-2015

Cool. That worked.

Thanks!