Recherche avancée

Médias (91)

Autres articles (39)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (5166)

  • Converting konvajs state to Advanced SubStation Alpha (ASS) format for subtitles

    7 juillet 2024, par Ahsan

    I am building a subtitle editor using react.js. I plan to use konvajs to build the styling feature of editor like rotate subtitles, change size etc. How do I convert resultant konva state to ass format so that ffmpeg can render these subtitles on video.

    


    If there is a better solution than using konvajs then please guide me.

    


  • Evolution #4148 : Augmenter la largeur de l’espace privé

    19 juin 2018, par nico d_

    Bon, j’ai posé mon remix :)

    https://zone.spip.org/trac/spip-zone/changeset/110763/spip-zone

    Ça inclut aussi un travail de lisibilité : corps de texte à 1em (16px), utilisation de la police Lato (haters gonna hate), suppression de plein d’icones (lourdingues) et quelques ajustements sur les formulaires

    Je vous laisse essayer.

  • av_write_frame throws AccessViolationException

    15 février 2017, par iamyz

    I am creating Cli/Cpp wrapper over ffmpeg.
    I am trying to encode video frames and audio to H.264 format.
    When only Video stream is there then its fine.
    But if i add audio stream then on writing of first video frame av_write_frame function throws access violation exception.

    But the same scenario works fine with the MJEPG and WMV encoding.

    Can some one guide me.