Recherche avancée

Médias (91)

Autres articles (36)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

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

Sur d’autres sites (5393)

  • Can't find a good solution to play a MPEG2-TS (no HLS) stream on my iOS App

    29 octobre 2019, par Heidan34

    I’m currently looking for an easy to implement iOS media player library that can cover my needs which are :

    • Being able to play a MPEG2-TS (.ts) without hls.

    • Being able to authenticate the video request with a bearer in the header

    I tried some without success, most of the other ones were not maintained anymore :

    • AVPlayer (native)
    • SGPlayer
    • VLCKit (video ok but crashes randomly + not able to give a custom http header)
    • ffmpeg-avplayer

    Could you please help me ?

    Thanks !

  • avcodec/mpeg12enc : avoid floats in the aspect ratio info setup code

    16 mai 2014, par Michael Niedermayer
    avcodec/mpeg12enc : avoid floats in the aspect ratio info setup code
    

    This fixes potential rounding issues with floats, and also
    fixes a division by 0

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpeg12enc.c
  • avcodec/mobiclip : Check quantizer before table setup

    10 septembre 2020, par Michael Niedermayer
    avcodec/mobiclip : Check quantizer before table setup
    

    Fixes : index -1 out of bounds for type 'const uint8_t [6][16]'
    Fixes : out of array read
    Fixes : shift exponent -21 is negative
    Fixes : 25422/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOBICLIP_fuzzer-5748258226569216
    Fixes : shift exponent 8039082 is too large for 32-bit type 'int'
    Fixes : 25430/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOBICLIP_fuzzer-5698567770210304

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mobiclip.c