Recherche avancée

Médias (91)

Autres articles (30)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8938)

  • Prelim. SVG support

    2 novembre 2015, par Grandt
    Prelim. SVG support
    

    Rev. 4.0.5 - 2015-11-02
    * Added : Support for SVG images. (experimental)
    * Cleaned up source headers
    * Added preliminary work for supporting Apple iBooks idiosyncrasies. If
    I could, I’d tell Apple to take a flying f*** off of a tall building for
    their tireless efforts to break established standards.

  • Build CEF3 with OpenH264 support

    30 mars 2015, par Mark

    I am trying to build CEF3 (branch 2171) with support for Cicso’s OpenH264 codec (binary).

    While I can build CEF3 without issues, the ffmpegsumo.dll that gets built does not support the OpenH264 binaries.

    I have tried building with "PROPRIETARY_CODECS=1" as well as without, to no avail.

    Has anyone been able to build CEF3 with support for Cisco’s OpenH264 codec ? If so, how did you succeed ?

    Thanks,

    — Mark

  • Add support for contentEditable tags

    28 octobre 2015, par dorner
    Add support for contentEditable tags
    

    Currently the validation library only works on classic form elements. However, there is no reason it can’t work on rich text elements that have names and use contentEditable. This change adds support for these tags.