Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (48)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

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

Sur d’autres sites (7147)

  • avformat/lc3 : Only allow AV_CODEC_ID_LC3 in muxer

    16 avril 2024, par Andreas Rheinhardt
    avformat/lc3 : Only allow AV_CODEC_ID_LC3 in muxer
    

    Also check for the number of streams and the AVCodecID generically
    using FF_OFMT_FLAGs.

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/lc3.c
  • avutil/opt : Avoid av_uninit

    27 mars 2024, par Andreas Rheinhardt
    avutil/opt : Avoid av_uninit
    

    GCC 9-13 do not emit warnings for this at all optimization
    levels even when -Wmaybe-uninitialized is not disabled.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/opt.c
  • avcodec/yop : Add missing AV_CODEC_CAP_DR1

    8 mai 2024, par Andreas Rheinhardt
    avcodec/yop : Add missing AV_CODEC_CAP_DR1
    

    This decoder does not do anything fancy any more since
    c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b (before that,
    it overwrote the frame's linesize) so that it supports
    direct rendering. This effectively reverts
    d3de3a16d1e428139c1541e55ea483466c1380e7.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/yop.c