Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (14)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (2658)

  • oggparsevorbis : support official chapter extension

    5 octobre 2013, par James Almer
    oggparsevorbis : support official chapter extension
    

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/oggparsevorbis.c
  • php_ffmpeg extension installed, want to know available classes in this extension [on hold]

    25 septembre 2013, par user2808180

    I have successfully installed the php extension "php_ffmpeg" and it is working fine. I tested the extension with class ffmpeg_movie and It shows me complete information of the file.

    But the problem is to convert any uploaded video file to flv. Is there any classes available in the extension 'php_ffmpeg', I would like you to share some sample code for that.

    I will like to stick to php code as I am not sure that I might not get access to the share server shell.

    I also tried exec, on my Windows Based local machine, but I haven't found success beyond "DIR" command.

    Please if you have some knowledge about "php_ffmpeg" extension and classes available in it, with example code or know some resource which include that please help me.

    $return = 1;
    $output = array();

    $source = $_SERVER[&#39;DOCUMENT_ROOT&#39;] . &#39;/sample.avi&#39;;
    $target = $_SERVER[&#39;DOCUMENT_ROOT&#39;] . &#39;/target.flv&#39;;


    $cmd = "ffmpeg -i {$source} {$target}";

    exec($cmd, $output, $return);


    echo &#39;<pre>&#39;; print_r($output); echo &#39;</pre>&#39;;

    echo $cmd;
  • dcadec : Do not decode the XCh extension when downmixing to stereo

    12 avril 2014, par Tim Walker
    dcadec : Do not decode the XCh extension when downmixing to stereo
    

    This is neither necessary nor currently supported.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dcadec.c