Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (94)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (4641)

  • PhpFox 3.7.7 video convert (mp4)

    21 octobre 2018, par user3223195

    Trying to upload mp4 video. It is uploaded successfully - I can see it on the server.

    But success page remains with process animation, and video is not avalable. It has in_process=1 in database (phpfox_video). Also the big problem that I cant see converting log, there even now such file in file/log, so I dont even know system does converting video or not.

    Also I have one error in FireBug

    ReferenceError: tb_show is not defined

    Please help !

  • PhpFox 3.7.7 video convert (mp4)

    14 mai 2014, par user3223195

    Trying to upload mp4 video. It is uploaded successfully - I can see it on the server.

    But success page remains with process animation, and video is not avalable. It has in_process=1 in database (phpfox_video). Also the big problem that I cant see converting log, there even now such file in file/log, so I dont even know system does converting video or not.

    Also I have one error in FireBug

    ReferenceError: tb_show is not defined

    Please help !

  • Why am I getting only one image in the video made from sequence of images ?

    30 mars 2018, par maximusdooku

    I have 100 images of this naming : 0.png, 1.png, 12.png, 35.png, etc.

    ffmpeg -f image2 -r 1 -i %d.png -vcodec mpeg4 -y movie.mp4

    All I want to have is a smooth animation with probably around 20 images in 1 second.

    How can I do this ? Right now, only the first image is shown in the video.