Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (54)

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

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (7400)

  • avcodec/amfenc : Fix AV1 HDR metadata for delayed surfaces

    10 septembre 2024, par Cameron Gutman
    avcodec/amfenc : Fix AV1 HDR metadata for delayed surfaces
    

    AMF_VIDEO_ENCODER_AV1_INPUT_HDR_METADATA was set above in the normal
    input case but forgotten for the same in the delayed surface codepath.

    Signed-off-by : Cameron Gutman <aicommander@gmail.com>
    Signed-off-by : Dmitrii Ovchinnikov <ovchinnikov.dmitrii@gmail.com>

    • [DH] libavcodec/amfenc.c
  • avcodec/mjpegdec : Remove redundant initialization

    8 octobre 2020, par Andreas Rheinhardt
    avcodec/mjpegdec : Remove redundant initialization
    

    Now that the correct number of codes is used, it is no longer necessary
    to initialize the lengths of the codes at all any more as the length of
    the actually used codes is set later anyway.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/mjpegdec.c
  • avformat/matroskadec : Reuse AVIOContext

    3 décembre 2019, par Andreas Rheinhardt
    avformat/matroskadec : Reuse AVIOContext
    

    When parsing EBML lacing, for every number read, a new AVIOContext has
    been initialized (via ffio_init_context()) just for this number. This
    has been changed : The context is kept now.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskadec.c