Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (52)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • openCV 2.4.10 lost cinepak radius codec

    28 octobre 2014, par user3652747

    I am working on a Windows 7 64 bit platform.

    Before :
    I was using OpenCV 2.4.6, compiled by myself with CodeBlocks and a MinGW compiler. When recording a video, I was able to select the Cinepak Radius Codec (CVID) and all my world was shinny. I don’t remember tweaking a lot the configuration of CMAKE when creating the CodeBlocks project to compile OpenCV.

    Now :
    I download the last stable version OpenCV 2.4.10 and I have to use this one. So I applied the same recipe : CMAKE, CodeBlocks project, compile. But then I cannot choose the Cinepak Radius Coded while creating a new video.

    Questions :
    Did the Codec disappears from OpenCV or did I miss one flag in the CMAKE configuration ?

    Of course I tried other config, but to me, I just had to activate WITH_FFMPEG and WITH_VFW flags. Do you have any tips on that ?

    Thanks !

  • avcodec/pngdec : mark previous_picture as done on end of decode_frame_common()

    28 septembre 2015, par Michael Niedermayer
    avcodec/pngdec : mark previous_picture as done on end of decode_frame_common()
    

    Fixes deadlock with threads

    Found-by : Paul B Mahol
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pngdec.c
  • avformat/oggparseflac : check init_get_bits' result

    30 mai 2023, par Paul Arzelier
    avformat/oggparseflac : check init_get_bits' result
    

    Check init_get_bits' result for NULL, to avoid dereferencing a NULL
    pointer later (CWE-476).
    Without this, a segfault happens when trying to decode a handcrafted
    ogg-flac file with an absurdly long (e.g. 268435455 bytes) ogg header.

    Co-authored-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Paul Arzelier <paul.arzelier@free.fr>

    • [DH] libavformat/oggparseflac.c