Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (47)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5311)

  • Anomalie #4075 : Mail du privé envoyés aux auteurs des messages proposés dans le public si article...

    15 janvier 2018
  • lavc/container_fifo : move to lavu and make public

    17 octobre 2024, par Anton Khirnov
    lavc/container_fifo : move to lavu and make public
    

    This can be useful in other places, e.g. it can replace objpool in
    fftools.

    The API is modified in the following nontrivial ways :
    * opaque pointers can be passed through to all user callbacks
    * read and write were previously separate callbacks in order to
    accomodate the caller wishing to write a new reference to the FIFO and
    keep the original one ; the two callbacks are now merged into one, and
    a flags argument is added that allows to request such behaviour on a
    per-call basis
    * new peek and drain functions

    • [DH] doc/APIchanges
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/container_fifo.c
    • [DH] libavcodec/container_fifo.h
    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hevc/hevcdec.h
    • [DH] libavcodec/hevc/refs.c
    • [DH] libavutil/Makefile
    • [DH] libavutil/container_fifo.c
    • [DH] libavutil/container_fifo.h
  • avformat/avio{,buf} : introduce public AVIOContext::bytes_{read,written}

    17 octobre 2021, par Jan Ekström
    avformat/avio,buf : introduce public AVIOContext::bytes_read,written
    

    Such fields can be seen as generally useful in cases where the
    API user is not implementing custom AVIO callbacks, but still would
    like to know if data is being read or written out, such as in case
    data is being read from input but no AVPacket has been received yet.

    • [DH] doc/APIchanges
    • [DH] libavformat/avio.h
    • [DH] libavformat/avio_internal.h
    • [DH] libavformat/aviobuf.c
    • [DH] libavformat/version.h