Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (26)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (4590)

  • Revision 33324 : debug des forum prive : OK

    27 novembre 2009, par cedric@… — Log

    debug des forum prive : OK

  • Revision 66300 : style des forum, a finir

    27 septembre 2012, par cedric@… — Log

    style des forum, a finir

  • how to use ffmpeg commands in php

    11 mai 2016, par Angry Khan

    I have to execute some ffmpeg command using PHP, by giving some input parameters and a output file parameter. How would I be doing it. I dont know much about php.
    Help will be appreciated.

    ffmpeg32 -i in.mp3 -metadata title="The Title You Want" -metadata artist="Artist Name" -metadata album="Name of the Album" out.mp3

    I tried this so far but it didn’t worked.

    <?php
    $output = shell_exec("ffmpeg32 -i $mp3 -metadata title="$row_sr['dbtitle'];" -metadata artist="$row_sr['dbartist'];" -metadata album="$row_sr['dbalbumb'];" $mp3");
    echo "<pre>$output</pre>";
    ?>