Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (39)

  • 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 (...)

  • 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

  • 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 (...)

Sur d’autres sites (6552)

  • Cannot play the video encoded using ffmpeg command [on hold]

    26 juin 2013, par user2523824

    I have been struggling to play the videos encoded using ffmpeg command in PHP.
    Please see the URL
    The JW Player doesn't work on the Firefox 21.0 for Windows7 64 Bit.
    And also,
    Sometimes, When I upload any video and encode by ffmpeg command, some of the videos doesn't be play on the Chrome, IE9/10.
    Here is the ffmpeg command to encode.

    <code>
    //////////////////I tried the command in PHP//////////////////////
    $cmd = "ffmpeg -y -i original.wmv -vcodec libx264  -crf 25 -pix_fmt yuv420p -acodec libfaac new.mp4 > /dev/null 2>&amp;1";
    echo shell_exec($cmd);
    //////////////////////////////////////////////////////////////////

    How do I have to implement the ffmpeg command to play within all the browser ?
    Please help me.

    Kind regards
    Niao Jina

  • examples/avio_reading : Use avio_context_free() to free AVIOContext

    21 avril 2019, par Jun Zhao
    examples/avio_reading : Use avio_context_free() to free AVIOContext
    

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] doc/examples/avio_reading.c
  • avfilter/avf_showfreqs : free input frame after using it

    26 octobre 2019, par James Almer
    avfilter/avf_showfreqs : free input frame after using it
    

    Fixes ticket #8336.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/avf_showfreqs.c