Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (42)

  • 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

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

Sur d’autres sites (4739)

  • lavc/libopenh264enc : Allow specifying the profile through AVCodecContext

    6 mai 2020, par Linjie Fu
    lavc/libopenh264enc : Allow specifying the profile through AVCodecContext
    

    And determine the profile with following priority :
    1. s->profile ; then
    2. avctx->profile ; then
    3. s->cabac ; then
    4. a default profile.

    This seems more natural in case user somehow sets both avctx->profile and
    s->profile.

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Linjie Fu <linjie.fu@intel.com>

    • [DH] libavcodec/libopenh264enc.c
  • configure : Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9

    2 juin 2015, par Martin Storsjö
    configure : Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9
    

    Checking this struct is a bit more natural for this dependency.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
  • w32pthreads : Mark functions in compatibility wrapper as av_unused

    14 août 2014, par Diego Biurrun
    w32pthreads : Mark functions in compatibility wrapper as av_unused
    

    This avoids annoying warnings about unused functions. The compatibility
    wrapper is designed to provide a complete (stub) API, so some functions
    being unused by some files is natural and no reason for a warning.

    • [DH] compat/w32pthreads.h