Annonce

  •  » Plugins
  •  » Video Integrator

#1 2004-03-04 15:39:49

Kitof
Membre
Villeurbanne
2004-03-04
21

Video Integrator

Video Integrator MOD

Description : Play & handle Video file like picture

Downloads :
          · Tuesday May 3rd, 2005 : release 0.2.0 (for PhpWebGallery 1.4.0) [zip]
          · Wednesday August 25th, 2004 : release 0.1.0 (for PhpWebGallery 1.3.2, 1.3.3 & 1.3.4) [zip]
          · Sunday May 16th, 2004 : release 0.0.2 (for PhpWebGallery 1.3.1) [zip]
          · Thursday March 4th, 2004 : release 0.0.1 (for PhpWebGallery 1.3) [zip]

Movie Thumbnail add-on (ffmpeg-php and Video Integrator MOD 0.2.0 ARE REQUIRED) :
          · Tuesday May 21st, 2005 : release 0.2.1 beta (for PhpWebGallery 1.4.0) [zip]

Demo : [here]

Release notes for 0.2.0 :
          . Thanks to jOoL for object movie player implementation.

Release notes for Movie Thumbnail add-on :
          . Use the second install file (install-2.txt) to allow update of movie thumbnail, even if you don't use ffmpeg-php.

Dernière modification par Kitof (2005-08-08 13:55:12)

Hors ligne

#2 2004-04-24 17:58:19

Yarman
Membre
2004-04-24
17

Re: Video Integrator

I've tried to install it: seems to work only with 1.3.0
create_listing_file.php is different in PhpWebGallery 1.3.1
If someone got the same or know how to apply it in this version...

(j'ai tenté de poster en anglais mais si vous n'y comprenez rien, dites-le moi!)

Dernière modification par Yarman (2004-04-24 18:00:57)

Hors ligne

#3 2004-05-16 16:22:26

Kitof
Membre
Villeurbanne
2004-03-04
21

Re: Video Integrator

New Release ;)

Let me know if it works better now.

Hors ligne

#4 2004-05-16 20:42:57

Yarman
Membre
2004-04-24
17

Re: Video Integrator

I will try this week.

thanks

Hors ligne

#5 2004-05-30 05:27:41

Adrien
Invité

Re: Video Integrator

I tried this moD with the 1.3.2 verion but it doesn't work... Is there a new release for this version ?

#6 2004-05-31 18:09:48

julien
Membre
Paris
2004-05-27
37

Re: Video Integrator

hello I work with PWG 1.3.2 and i think that I have find the little correction for this MOD work with the 1.3.2 version..


in picture.PHP I have remove the "elseif" to just let "else"   
[ie   
elseif(in_array(get_extension($row['file']),$conf['movie_ext']))
  {
    $next_lien_thumbnail = './template/'.$user['template'].'/images/movie.png';
  }

become
"
else
  {
    $next_lien_thumbnail = './template/'.$user['template'].'/images/movie.png';
  }
"
]
few line after, i have change  if(in_array(get_extension($page['file']),$conf['picture_ext'])     by 
if(in_array(get_extension($page['file']),$conf['picture_ext']))

As i work only with AVI files, in  /include/config.inc.php i change the codec link ( a better idea ?) by  =>     
$conf['movie_ext']        = array('AVI'); // movies extension you want to handle
  $conf['codec_url']        = 'http://www.microsoft.com/windows/windowsmedia/format/codecdownload.aspx';   

I want also this page open in a new window .. hop =>
in template\default\picture.vtp, the link become
<tr><td class="menu" style="text-align:center;" colspan="2"><a href="{#codec_link}" target="_blank">Telechargez le Codec</a></td></tr>

Don't hesitate to tell me if something goes wrong .. i have search for all the day and may-be miss some change to comment.
Julien

Dernière modification par julien (2004-05-31 18:13:34)

Hors ligne

#7 2004-06-06 13:36:03

gdrara
Membre
2004-02-24
6

Re: Video Integrator

Hi
How do you manage the thumbnails for movie files ?
I'm gonna try to install your fix
Thank's a lot
Cédric

Hors ligne

#8 2004-06-06 16:30:47

julien
Membre
Paris
2004-05-27
37

Re: Video Integrator

Hello,
Just "copy movie.png to template/default/images/movie.png" and the video will be represent by this image. when (on my website !) i click on a video, it's start, and i have [but i have not made anything for that :-) so the mod is correct !!] a ling below the video to return to the category
Julien

To have a look (also on the integration of 2 templates!(=>for the "thumbnail" of the video, don't forget to copy movie.png to your /template/YourOtherTemplate/image/ directory !!)
http://julkinalabox.homelinux.org {pwg - test}

Dernière modification par julien (2004-06-06 17:30:42)

Hors ligne

#9 2004-06-28 00:35:57

JeanCULASEK
Invité

Re: Video Integrator

Thanks to Kitof and Julien for this MOD.
I confirm that it works with 1.3.2 if you apply Julien's modifications.

#10 2004-06-28 00:45:38

julien
Membre
Paris
2004-05-27
37

Re: Video Integrator

Even if your name is not so funny in French, I appreciate your comment, that seems to prove that it 's ok.
Thank you.
Julien

Hors ligne

#11 2004-06-30 15:21:13

Sam1234
Invité

Re: Video Integrator

quelqu'un pourrais pas m'envoyer les fichiers modifier pour la version 1.3.2 parce que moi j'arrive pas a le faire marcher
merci

#12 2004-07-01 18:32:56

julien
Membre
Paris
2004-05-27
37

Re: Video Integrator

Hello all,
I think that it is not a very good idea to send the modified files due to some change of configuration independent of the mod.
You will better do to download the mod 1.3.1 and apply all the modification I wrote.
I will put, maybe this week-end a link to "my" install file on my Gallery.
Tell me where and when you have trouble, i try to answer you as soon as i can !

Dernière modification par julien (2004-07-01 18:33:17)

Hors ligne

#13 2004-07-03 15:57:58

Sam1234
Invité

Re: Video Integrator

i made exactly the modifications in "install.txt" and for phpwebgallery 1.3.2 and it doesn't work.
:(

#14 2004-07-03 16:43:06

julien
Membre
Paris
2004-05-27
37

Re: Video Integrator

what doesn't work ????? what are the errors ? what do you see ? what you don't ?
Be more explicit if you want some (good ?!) help !

Dernière modification par julien (2004-07-03 17:03:47)

Hors ligne

#15 2004-07-03 16:58:23

julien
Membre
Paris
2004-05-27
37

Re: Video Integrator

a link to the MOD, modified to work with PWG 1.3.2 :
http://julkinalabox.homelinux.org/templ … dified.zip (slow ADSL :-(

Dernière modification par julien (2004-07-03 16:58:43)

Hors ligne

  •  » Plugins
  •  » Video Integrator

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2024 · Contact