Page 1 of 1

Video Gallery

Posted: 04 Mar 2016, 07:46
by Paul Styler
Hi !
I think it will be very useful to add ability to generate gallery from uploaded videos - the same way that X3 do with images.

Re: Video Gallery

Posted: 04 Mar 2016, 08:25
by mjau-mjau
Paul Styler wrote:Hi !
I think it will be very useful to add ability to generate gallery from uploaded videos - the same way that X3 do with images.
Yes, we will add this.

But I would like to emphasize the many pitfalls with self-hosted video:
1. You need to always encode in correct audio codec, H.264 video codec, and mp4 format to make sure your video will display in all browsers.
2. If your server has 2MB upload limit (which is normal on shared servers), then you will have to upload larger video files by FTP.
3. Imagevue can NOT create a preview image from your videos, so this would have to be done manually somehow.
4. Unlike Youtube/Vimeo, your video will be a single bitrate. Maybe not appropriate for small, or slow devices.
5. Unless your server is really fast, it is likely that your server does not serve videos very well.

Considering the above, I really don't see how anyone would need to do self-hosted video instead of using a professional service like Vimeo, who outputs multiple formats and multiple bitrates, at high speeds, depending on the device and connection. As mentioned, basic implementation will be added.

Re: Video Gallery

Posted: 04 Mar 2016, 08:51
by Paul Styler
I accept all that You wrote.
But You yes can create thumbs for video if on server ffmpeg is installed.
In other case - user can upload image for thumb generation.

Re: Video Gallery

Posted: 04 Mar 2016, 09:21
by mjau-mjau
Paul Styler wrote:But You yes can create thumbs for video if on server ffmpeg is installed.
In other case - user can upload image for thumb generation.
yes and yes. Just hope you see that this requires a lot of planning, coding, conditions and documentation to make this a transparent process for all users.

Re: Video Gallery

Posted: 04 Mar 2016, 12:41
by Paul Styler
mjau-mjau wrote:
Paul Styler wrote:But You yes can create thumbs for video if on server ffmpeg is installed.
In other case - user can upload image for thumb generation.
yes and yes. Just hope you see that this requires a lot of planning, coding, conditions and documentation to make this a transparent process for all users.
So You do this ?? :D

Re: Video Gallery

Posted: 04 Mar 2016, 12:57
by mjau-mjau
Paul Styler wrote:So You do this ?? :D
We will add video support very soon, that is easy. We won't add complex workarounds for FFMPEG yet though ... We can't just toss in a feature that requires visitors to have non-standard server extensions installed without further notice. Ffmpeg will be a future feature. Basic video integration you can expect in next release.

Re: Video Gallery

Posted: 04 Mar 2016, 13:48
by Paul Styler
This is good news !
Thank You !!!!

Re: Video Gallery

Posted: 20 Mar 2016, 10:57
by mjau-mjau
Basic self-hosted video support is now added to pending X3 release, to be launched within a week.

PS!
* Only mp4 format supported, encoded with H.264.
* Uses native browser html5 video player.
* Piggybacks the gallery module.
* Inherits some gallery module settings, but always displays in a vertical layout.
* X3 video implementation is Beta.

Re: Video Gallery

Posted: 26 Mar 2016, 07:20
by Paul Styler
mjau-mjau wrote:Basic self-hosted video support is now added to pending X3 release, to be launched within a week.

PS!
* Only mp4 format supported, encoded with H.264.
* Uses native browser html5 video player.
* Piggybacks the gallery module.
* Inherits some gallery module settings, but always displays in a vertical layout.
* X3 video implementation is Beta.
Yep !
That's really good news !

Re: Video Gallery

Posted: 09 May 2016, 11:23
by gaitt
I uploaded a bunch of files and didn't notice a MP4 video was in it.
Very nice surprise to see the video displayed.

It would be awesome to have a video settings tab in the panel to force the size, layout and so on ...

Gautier

Re: Video Gallery

Posted: 09 May 2016, 13:19
by mjau-mjau
gaitt wrote:It would be awesome to have a video settings tab in the panel to force the size, layout and so on ...
Yep. For now, this is a very simple solution if you want to display uploaded videos in a vertical layout.

It's more complicated with layouts, because we can't create thumbnails from videos, so they need to be embedded directly. Will look into further options later ...