Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (91)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (10172)

  • libFLAC/cpu.c : Drop some unnecessary returns

    27 juin 2016, par Julian Calaby
    libFLAC/cpu.c : Drop some unnecessary returns
    
    • [DH] src/libFLAC/cpu.c
  • Revision b373301e1f : external_frame_buffer_test : quiet static analysis warnings add explicit returns

    18 mars 2015, par James Zern

    Changed Paths :
     Modify /test/external_frame_buffer_test.cc



    external_frame_buffer_test : quiet static analysis warnings

    add explicit returns in cases where ASSERT_* can’t be used due to the
    function returning a value ; retain the EXPECT_* for reporting purposes.

    Change-Id : I1f514728537fee42a99277d3aba538e832d3b65b

  • PHPVideoToolkit getFFmpegInfo() returns an array with empty codecs

    11 novembre 2012, par user16948

    I have install ffmpeg and ffmpeg -codecs returns a huge list of codecs. But output of the following code :

       $ffmpeg = $toolkit->getFFmpegInfo(FALSE);
       print_r($ffmpeg);

    is this :

     ...
     [codecs] => Array
           (
               [video] => Array
                   (
                   )

               [audio] => Array
                   (
                   )

               [subtitle] => Array
                   (
                   )

           )

    It doesn't find any codec. Any suggestion ? (I have installed ffmpeg from source)