Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (105)

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

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

  • lavu/vulkan : move common Vulkan code from libavfilter to libavutil

    19 novembre 2021, par Lynne
    lavu/vulkan : move common Vulkan code from libavfilter to libavutil
    
    • [DH] configure
    • [DH] libavfilter/glslang.c
    • [DH] libavfilter/glslang.h
    • [DH] libavfilter/vf_avgblur_vulkan.c
    • [DH] libavfilter/vf_chromaber_vulkan.c
    • [DH] libavfilter/vf_gblur_vulkan.c
    • [DH] libavfilter/vf_libplacebo.c
    • [DH] libavfilter/vf_overlay_vulkan.c
    • [DH] libavfilter/vf_scale_vulkan.c
    • [DH] libavfilter/vulkan.c
    • [DH] libavfilter/vulkan.h
    • [DH] libavutil/hwcontext_vulkan.c
    • [DH] libavutil/vulkan.c
    • [DH] libavutil/vulkan.h
    • [DH] libavutil/vulkan_glslang.c
    • [DH] libavutil/vulkan_glslang.h
  • lavfi/dnn : check the return value from sws_getContext

    9 décembre 2020, par Jun Zhao
    lavfi/dnn : check the return value from sws_getContext
    

    sws_getContext may be return NULL, and it's will be dereferenced,
    so add the check.

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/dnn/dnn_io_proc.c
  • Split MPEG-1/2 decoder code off from MPEG-1/2 common code

    26 mars 2013, par Diego Biurrun

    Split MPEG-1/2 decoder code off from MPEG-1/2 common code