Recherche avancée

Médias (91)

Autres articles (69)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11865)

  • Allowed setting the overlay opacity via CSS, by setting Colorbox's opacity property to false. References #628.

    31 juillet 2014, par jackmoore
    Allowed setting the overlay opacity via CSS, by setting Colorbox’s opacity property to false.  References #628.
  • ffmpeg command making 0 bytes file when attempting to compress mp4 video

    5 décembre 2017, par Riyaz

    Whenever I am running this script, it compresses my MP4 video but the output is 0 bytes.

    It works well for AVI & FLV format. Please help me understand what I am doing wrong ?

    @session_start();

       @include_once("start.php");

            $command = '/usr/local/bin/ffmpeg -i '. FILEPATH .'/video_1244579292.mp4'.' -strict -2 -crf 20 '. COMPRESSPATH .'/my_video.mp4';

           shell_exec($command);
           echo "<br /><br /><br />";
           echo $command;
  • Is /usr/local/lib searched for shared libraries ?

    19 août 2017, par Leo Izen

    Is /usr/local/lib searched for shared libraries ? I have this error :

    [Leo@chessman ~]$ whereis ffmpeg
    ffmpeg: /usr/local/bin/ffmpeg
    [Leo@chessman ~]$ ffmpeg
    ffmpeg: error while loading shared libraries: libavcore.so.0: cannot open shared object file: No such file or directory
    [Leo@chessman ~]$ ls /usr/local/lib/libav*
    /usr/local/lib/libavcodec.a            /usr/local/lib/libavfilter.a
    /usr/local/lib/libavcodec.so           /usr/local/lib/libavfilter.so
    /usr/local/lib/libavcodec.so.52        /usr/local/lib/libavfilter.so.1
    /usr/local/lib/libavcodec.so.52.108.0  /usr/local/lib/libavfilter.so.1.74.0
    /usr/local/lib/libavcore.a             /usr/local/lib/libavformat.a
    /usr/local/lib/libavcore.so            /usr/local/lib/libavformat.so
    /usr/local/lib/libavcore.so.0          /usr/local/lib/libavformat.so.52
    /usr/local/lib/libavcore.so.0.16.1     /usr/local/lib/libavformat.so.52.94.0
    /usr/local/lib/libavdevice.a           /usr/local/lib/libavutil.a
    /usr/local/lib/libavdevice.so          /usr/local/lib/libavutil.so
    /usr/local/lib/libavdevice.so.52       /usr/local/lib/libavutil.so.50
    /usr/local/lib/libavdevice.so.52.2.3   /usr/local/lib/libavutil.so.50.36.0
    [Leo@chessman ~]$