Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (98)

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

  • Changer le statut par défaut des nouveaux inscrits

    26 décembre 2015, par

    Par défaut, lors de leur inscription, les nouveaux utilisateurs ont le statut de visiteur. Ils disposent de certains droits mais ne peuvent pas forcément publier leurs contenus eux-même etc...
    Il est possible de changer ce statut par défaut. en "rédacteur".
    Pour ce faire, un administrateur webmestre du site doit aller dans l’espace privé de SPIP en ajoutant ecrire/ à l’url de son site.
    Une fois dans l’espace privé, il lui faut suivre les menus configuration > Interactivité et activer (...)

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

  • avcodec/proresdec : Don't use LONG_BITSTREAM_READER

    23 février, par Andreas Rheinhardt
    avcodec/proresdec : Don't use LONG_BITSTREAM_READER
    

    Using LONG_BITSTREAM_READER means that every get_bits() call
    uses an AV_RB64() to ensure that cache always contains 32 valid bits
    (as opposed to the ordinary 25 guaranteed by reading 32 bits) ;
    yet this is unnecessary when unpacking alpha. So only use these
    64bit reads where necessary.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/proresdec.c
  • avutil/mem : Also poison new av_realloc-allocated blocks

    26 avril 2021, par Andreas Rheinhardt
    avutil/mem : Also poison new av_realloc-allocated blocks
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/mem.c
  • avcodec/vp8 : Mark decoders as init-threadsafe

    5 mai 2021, par Andreas Rheinhardt
    avcodec/vp8 : Mark decoders as init-threadsafe
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp8.c