Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (79)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8375)

  • pixfmt : remove misleading and broken documentation

    28 mai 2015, par wm4
    pixfmt : remove misleading and broken documentation
    

    This was probably broken some time ago. The breakage is now part of the
    ABI. For example, we have :

    AV_PIX_FMT_XYZ12BE
    AV_PIX_FMT_NV16
    AV_PIX_FMT_NV20LE

    AV_PIX_FMT_NV20LE is wrong. It has the value 113, but as little-endian
    format it should be even. This must have been quite obvious when these
    formats were added (because of the AV_PIX_FMT_XYZ12BE entry), but
    nobody cared or knew about this.

    The future libavutil major bump will also break this additionally,
    because disabling FF_API_VDPAU will remove an odd number of entries from
    the middle of the enum.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavutil/pixfmt.h
  • fate : Force simple idct for fate-asf-repldata

    19 août 2015, par Michael Niedermayer
    fate : Force simple idct for fate-asf-repldata
    

    otherwise it can fail when a different idct is used on some platform

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/fate/microsoft.mak
    • [DH] tests/ref/fate/asf-repldata
  • avcodec/v4l2_m2m_enc : reindent code

    30 avril 2020, par Limin Wang
    avcodec/v4l2_m2m_enc : reindent code
    

    Reviewed-by : Andriy Gelman <andriy.gelman@gmail.com>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/v4l2_m2m_enc.c