Coppermine should also allow Video Coppermine should also allow Video
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Coppermine should also allow Video

Started by Tarique Sani, October 22, 2003, 10:43:04 AM

Previous topic - Next topic

0 Members and 4 Guests are viewing this topic.

Tarique Sani

Well there have been several requests in the past about CPG supporting video. Frankly I don't have a Video Cam nor the bandwidth to post such things on my website - consequently I am reluctant to code anything with doesn't have any tangible benifits - yeah selfish BUT thats the way it is.

However nothing prevents anyone who is interested to code such a feature and it will be included in a future release if the code is at par with the other in CPG.

So here it goes....

[edit GauGau 2005-02-18]
Although video support has been integrated into coppermine since cpg1.2.1, there are still people who request it as a feature or even reply to this thread, asking how to apply it. Let me clarify: this hack only applies for coppermine version cpg1.2.0! All previous versions (cpg1.0, cpg1.1.0, cpg1.1.1) can not be modified to have video support, all newer versions (cpg1.2.1 or better) already come with video support, so there's no need to apply this hack. This hack is only valid for users of cpg1.2.x who wish to have video support, but can not (for some obscure reason) upgrade to the most recent stable versions.
As support for cpg1.2.x is running out, I locked this thread - you should definitely upgrade, especially if you need video support.

Joachim

[/edit]
SANIsoft PHP applications for E Biz

Oasis

tarique I do not seem to be able to vote in this forum...

QuoteYou can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Pixnet Gallery: http://www.pixnet.net
iNSiGNiA Weblog: http://www.jayliu.org

jasendorf

No worries oasis... I can't either  ;)
Read the Online DOCs,FAQ, and SEARCH the board BEFORE posting questions for help.

lasa

Coppermine should also allow sounds ;). Not big MP3's, not the illegal way, but some sounds that I have recorded. So my visitors can listen to the (short) songs, and that they can comment it...

I also like video in coppermine in the future ;) Good suggestion suggestie

Zarsky

I think supporting sound and video is silly.  This is a Photo album app!!!  If you want a video...why not just use BBCODE to place a link to a vid file in the descritiption or something?
Read the Online DOCs, FAQ, and SEARCH the board BEFORE posting questions for help.

jasendorf

Actually, I'm for this in general.  Making this the Coppermine Multimedia Gallery.  Not howling for it or anything, but if someone wanted to do the work, I wouldn't be opposed.
Read the Online DOCs,FAQ, and SEARCH the board BEFORE posting questions for help.

Tarique Sani

SANIsoft PHP applications for E Biz

Rodinou

In this case ... it would be interesting to "redo" the structure

Example ...

http://www.sortons.net/photos/thumbnails.php?album=209

Gallery is in a DIV ...

on the right we could have
"See the Video"
"See The Interview"
"See the Article"
 ...

But ... Coppermine would become a Multimedia Nuke ... and I'm not sure it's a good idea (FOR THE MOMENT) : Coppermine is great, a lot of things should have to be modified, exploited ... before to do that, even if it would be a dream to have a great tool like this.

Don't forget all is free, so ... don't abuse :)

hyperion

I must admit that I have been contemplating a way to include flash movies and sound files in the gallery.  As others have discussed, a linking system with place holder thumbnails seems to be the most natural way of accomplishing this.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

lasa

So you have to create for each video/sound file a new picture?

Joachim Müller

lasa, this is "general discussion" - there won't be any code on this thread (at least not that soon) that you could copy and paste into your gallery.

GauGau

lasa

No, I only want to know what they do with their sounds/video's to intergrate into coppermine....

hyperion

lasa,

The integration we are discussing is theoretical. To my knowledge, no one has any code to do this as of yet. We are discussing the usefulness and possible methods of integration, so all plans are just now being put on the drawing board.

The method I mentioned would allow a person to have a default image or a custom image for a file type, and when the link is followed they would go to a page where the content is delivered.

-Hyperion
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

moorey

It'll be nice to have video support, specifically quicktime and Flash. I have a HTML "gallery", manually done for quicktime panoramas and some flash map. I tried to modify CPG to "support" it but didn't get far  
 :?

I don't think the inclusion of any video format would worry about GD or IM libs - perhaps as early idea you just add a link to the video, a custom image to click on before it plays..

DJMaze

Let's say an extra button at the Display image page beside the e-card icon or something.
A movie icon (which is ofcourse turned on/off in picture pref screen) which links to a popupwindow with the movie in it.

Then we only have to add 1 extra field in cpg_pictures which includes the path to the movie. (or add upload field)

If path/movie exists ShowButton() :D

And create a file that generates the page with movie.
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

Tarique Sani

Quote from: "DJMaze"Let's say an extra button at the Display image page beside the e-card icon or something.
A movie icon (which is ofcourse turned on/off in picture pref screen) which links to a popupwindow with the movie in it.

This is one of the best options that I have heard on this one - but what about the UI for uploading/editing etc - that is a whole can of worms
SANIsoft PHP applications for E Biz

DJMaze

Well the uploading is the same as jpeg/png but instead of reading and writing  it like a picture. We only "move" the uploaded file to a movies directory (or in same dir as picture)

Or just let people upload the movies themselves and just a extra field at the Picture edit: moviepath=
editOnePic.php?id=15&what=picture

DON'T grab a picture from movie, people always want to place their own picture about the movie.

and in cpg_pictures we add the xtra field (say movie_path) the path to the movie. Or a seperate table and cpg_pictures only stores the MovieID.

If someone finds a PHP source that can read the movieclip info and save the width, height and length in DB. That would be perfect.
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

hyperion

Tarique,

I was thinking we could make use of the image_processor module.  It could easily check the file extension, and if swf, mp3, etc. files were detected it could generate a new form to ask for the thumbnail placeholder. That form could accept a custom or default picture. Then it could deliver the info to db_input, which would get the image path and the movie/music path, and store them in the appropriate folders.  The link would go in the database associated with the picture, so a button or clicking on the picture could generate a new page with the embedded content (or activate an external player) and the comments available as usual. As DJMaze said, we could check and see if the movie/music path was set and toggle the link in the HTML depending on the outcome.

It certainly won't be minor, but it would be well worth it.  Coppermine would become the most versatile free multimedia gallery available.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

Tarique Sani

Hmmm... Today / some day I will look into how the Gallery folks are handling it.
SANIsoft PHP applications for E Biz

omniscientdeveloper

How far have you guys gotten with this? If it's still in the "theoretical" stage, let me know. I've peeked at the code, and I'm sure I can do it without modifying the database.