Recherche avancée

Médias (91)

Autres articles (68)

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

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

Sur d’autres sites (8033)

  • Merge commit ’bdf7610eb266fd3de650040c97328791868abd82’

    20 mars 2017, par Clément Bœsch
    Merge commit ’bdf7610eb266fd3de650040c97328791868abd82’
    

    * commit ’bdf7610eb266fd3de650040c97328791868abd82’ :
    vf_scale_vaapi : Crop input surface to active region

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] libavfilter/vf_scale_vaapi.c
  • lavc/vvc : Fix buffer overread in CABAC

    9 avril 2024, par Frank Plowman
    lavc/vvc : Fix buffer overread in CABAC
    

    The size variable here is taken as gospel for the bounds of the input
    buffer in later logic. Clamp it to ensure that the returned region
    does not extend past that allocated in the underlying GetBitContext,
    even in the case entry point offsets are signalled in the bitstream.
    Also assert this for good measure.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/dec.c
  • lavu/timecode : Increase AV_TIMECODE_STR_SIZE.

    4 mai 2017, par Carl Eugen Hoyos
    lavu/timecode : Increase AV_TIMECODE_STR_SIZE.
    

    Fixes the following warning :
    libavutil/timecode.c:103:60 : warning : '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 7

    • [DH] libavutil/timecode.h