Recherche avancée

Médias (91)

Autres articles (107)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

Sur d’autres sites (4960)

  • avutil/pixfmt : add VYU444 pixel format

    7 octobre 2024, par James Almer
    avutil/pixfmt : add VYU444 pixel format
    

    This maps to the 444YpCbCr8 pixel format as defined by Apple, which is ordered
    Cr Y' Cb.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h
    • [DH] libavutil/tests/pixfmt_best.c
    • [DH] tests/ref/fate/imgutils
    • [DH] tests/ref/fate/pixfmt_best
    • [DH] tests/ref/fate/sws-pixdesc-query
  • avutil/pixfmt : add V30X pixel format

    7 octobre 2024, par James Almer
    avutil/pixfmt : add V30X pixel format
    

    This maps to the 444YpCbCr10 pixel format as defined by Apple.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h
    • [DH] libavutil/version.h
    • [DH] tests/ref/fate/imgutils
    • [DH] tests/ref/fate/sws-pixdesc-query
  • lavu/pix_fmt : add pixel format for x2bgr10

    24 septembre 2021, par Manuel Stoeckl
    lavu/pix_fmt : add pixel format for x2bgr10
    

    The new format (given in big/little endian forms) matches the
    existing X2RGB10 format, except with B and R channels switched.

    AV_PIX_FMT_X2BGR10 data often is created by OpenGL programs
    whose buffers use the GL_RGB10 internal format.

    Signed-off-by : Manuel Stoeckl <code@mstoeckl.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/APIchanges
    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h
    • [DH] libavutil/version.h
    • [DH] tests/ref/fate/imgutils
    • [DH] tests/ref/fate/sws-pixdesc-query