Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (15)

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

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

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5696)

  • avfilter/vf_scale : cosmetics

    26 septembre 2019, par Limin Wang
    avfilter/vf_scale : cosmetics
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_scale.c
  • doc/bitstream_filters : fix for the syntax of code

    30 mars 2022, par Limin Wang
    doc/bitstream_filters : fix for the syntax of code
    

    Reviewed-by : Gyan Doshi <ffmpeg@gyani.pro>
    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] doc/bitstream_filters.texi
  • avcodec/h264dec : Add FF_CODEC_CAP_INIT_CLEANUP

    27 mai 2020, par Limin Wang
    avcodec/h264dec : Add FF_CODEC_CAP_INIT_CLEANUP
    

    then ff_h264_free_tables() and h264_decode_end() can be removed
    in h264_decode_init() if it's failed.

    The FF_CODEC_CAP_INIT_CLEANUP flag is need for single thread, For multithread,
    it'll be cleanup still by AV_CODEC_CAP_FRAME_THREADS flag if have.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/h264dec.c