Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (33)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (6682)

  • Evolution #4727 : Des pictos / icônes symboliques pour tout le monde

    13 avril 2021

    Ça à l’air super intéressant le coup des CSS Masks en substitut des fontfaces.
    Avec des classes utilisant le sprite svg (mask-image: url(sprite.svg#machin);, ça simplifierait beaucoup les choses : plus qu’une seule ressource à charger.
    J’ai plus souvenir s’il y avait des difficultés avec les pseudos éléments + background-image pour les tailles, que ça prenne automatiquement celle du texte. Mais à tester donc.

    Et du coup juste à partir des svg, on pourrait générer en même temps le sprite et la css, über pratique.
    Ok pour tester tout ça dans un plugin à part dans un 1er temps.

    ----
    Juste une remarque au niveau du choix du jeu d’icônes : je pencherais pour un qui rappelle un peu stylistiquement les icônes actuelles du bandeau, c’est à dire un peu "douces", en mode "rounded", sans trop d’angles droits.

  • avformat/mov_chan : never override number of channels based on chan atom

    29 janvier 2024, par Marton Balint
    avformat/mov_chan : never override number of channels based on chan atom
    

    The channel designation metadata should not override the number of channels.
    Let's warn the user if it is inconsistent, and keep the channel layout
    unspecified.

    Before the conversion to the channel layout API the code only set the mask, but
    never overridden the channel count, so this restores the old behaviour.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mov_chan.c
  • flacdec : do not overwrite a channel layout set by the caller

    25 mai 2014, par Anton Khirnov
    flacdec : do not overwrite a channel layout set by the caller
    

    The channel layout mask for non-standard layouts is typically stored at
    the container level (as a vorbiscomment tag) for FLAC.

    • [DBH] libavcodec/flac.c