Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (48)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (11558)

  • avfilter/vf_framerate : limit the scene level max range

    24 septembre 2019, par Limin Wang
    avfilter/vf_framerate : limit the scene level max range
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/vf_framerate.c
  • avcodec/libx264 : return immediately if encode_nals return 0

    18 avril 2020, par Limin Wang
    avcodec/libx264 : return immediately if encode_nals return 0
    

    x264_encoder_encode can return 0 with nnal 0. As a result, encode_nals will
    return 0. In this condition, it's better to return 0 immediately to avoid
    the following unneeded pict_type and flags setting.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/libx264.c
  • avcodec/libopenh264enc : support for colorspace and range information

    14 janvier 2022, par Limin Wang
    avcodec/libopenh264enc : support for colorspace and range information
    

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/libopenh264enc.c