EnglishThis is the one thing that is missing from ALL of the Open Source products that I find I truly need. I don't want to have all of my family videos accessible to the world via YouTube, but with family all across the country, I do want a server enabled video source.
I realize that I can force this with the FTP Synch, but if I want to allow my non-technical relatives to do this it would really need:
-- direct uploads like pictures are uploaded
-- automatic creation of thumbnails (first frame?)
I realize that there are a myriad of plug-ins available for all the various galleries. Unfortunately, most of them break with even small updates.
This, I realize, may be a pipe dream due to technical considerations, but it is something I really, really, need.
Thanks
Offline
mlo,
Have you tried the plugin PY Gvideo? I believe it will only link to the video so you'd need to put videos on one of the 6 video websites listed in it's configuration (youtube included). It could be a short term answer until there is a video upload plugin.
As to which frame is best for a thumbnail, it depends on the video. I've needed to use frame 4 for a series of fireworks as not all of them had a picture on the first 3 frames. I've read other people using frame 3.
Offline
Embedding HTML5 video in Piwigo is "easy". We can integrate a js script like http://videojs.com for example.
the most difficult part is to generate a thumbnail. Currently you would need ffmpeg installed on the server with php extension.
Offline
Extracting a frame or selecting a jpg to represent the movie is best done by hand. That should be a requirement of the upload.
However, that's at odds with proposed methods of creating different photo sizes dynamically, including thumbnails.
Offline
Yes currently I was generating the TN by hand : http://memeteau.com/photos/index.php?/category/31
Maybe the easiest thing would be to patch Piwigo uploader ?
Humm, using firefogg and Firefogg could be great : http://firefogg.org/dev/index.html But I don't see a js function to create a thumbnail
Last edited by freechelmi (2012-01-03 17:56:14)
Offline
I know Piwigo is intended for pics, but core video support would make it even more amazing and would overshadow all other Piwigo-like open source projects.
I'd be happy to volunteer for the more basic front-end side of things (HTML, CSS) as well as localization to: French, Spanish, and US English
The current plugins are really lacking, and no plugin could have the level of integration that core support would offer, like for example using the existing upload UI as if the video was just one more photo in the pack.
Please consider it, now with good quality mobile recording it's becoming an imperative.
I do agree multimedia support is one of the main weakness of piwigo.
in otherhand, There are too many formats of audio and videos, so use individual plugin to support particular multimedia file is good.
but ,can piwigo maintain an official guide of "audio and video support with plugins" .
btw The piwigo term said that audio&video support is not the goal of piwigo, what's a pity.
Last edited by hwang00 (2013-04-13 09:10:54)
Offline
Why not let Youtube host your videos? Just install the embedded plugin, it's seamless, works great, and why not save bandwidth/space on your host while you're at it?
Another bonus is that Youtube deals with any video format you can throw at it..
-CK
Offline
ck2013 wrote:
Why not let Youtube host your videos? Just install the embedded plugin, it's seamless, works great, and why not save bandwidth/space on your host while you're at it?
Another bonus is that Youtube deals with any video format you can throw at it..
-CK
Well the freedom of hosting your content is important. and you don't know if youtube will put ads before your videos one day.
IMO piwigo-videojs is becoming the best solution for videos, but overridding the piwigo upload process in a plugin is possible ?
We would need th piwigo uploading to accept the Webm extension, and the plugin to call some php-ffmpeg to extract the tumbnail. seems quite feasible it seems.
Offline