Recherche avancée

Médias (91)

Autres articles (90)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (4956)

  • Anomalie #3988 : meta cache_signature trop restrictive

    4 septembre 2017, par Emmanuel Dreyfus

    cedric - a écrit :

    Le cas qui peut être problématique est celui de la base répliquée
    entre plusieurs serveurs, mais là on entre dans un autre sujet et
    pour qu’il y ait collision cela supposerait que le dossier tmp/cache
    est commun aux serveurs.

    On se heurte au problème dans ce contexte, mais chaque serveur
    a son dossier cache. La base de donnée est partagée, sauf certaines
    tables qui restent locales (jobs ; syndic, urls, transactions, visites, referers).

    Comme chaque machine a son cache, elle tente d’écrire la meta cache_signature avec une valeur qui rentre en conflit avec celle des autres, d’où l’idée d’avoir un nom de meta différente pour chaque cache.

  • How do I confirm if a php shell_exec was completed

    21 juillet 2015, par iamthestreets

    I am running a php script using the cPanel Cron Jobs. The script is using shell_exec to convert a video using ffmpeg. It executes the script and everything is working but it is not sending me the email. I am basically trying to get the output of the shell_exec to start another function in the php script so I wanted to send my self the email to make sure I am getting the output.

    For example I wrote :

    $command = "ffmpeg -i $og_video -b 1500k -vcodec libx264 -vpre slow -vpre baseline -g 30 $mp4_video";

    //EXECUTE THE CONVERSION
    $output = shell_exec($command);
    echo $output;

    I also tested the email by removing the shell_exec and just echo the $command variable. This will send me the full string in an email.

    What I am trying to accomplish is basically if the shell_exec executed then do something else.

    How do I check if the shell_exec was completed ?

  • Revision 86394d2636 : [svc] Fix SvcTest.SecondPassEncode failure Root cause is the different default

    28 mars 2014, par Minghai Shang

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /vp9/encoder/vp9_firstpass.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/vp9_cx_iface.c



    [svc] Fix SvcTest.SecondPassEncode failure

    Root cause is the different default register length between x86
    and x64 platform. Change spatial_layer_id to long long.

    Change-Id : If1a5972365c7a59f7e76cb4fd714610f3d48a8ff