Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (25)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (5556)

  • lavfi : check links properties after configuring them.

    1er novembre 2017, par Nicolas George
    lavfi : check links properties after configuring them.
    

    For now, check the image size.
    Inspired by a patch from Paul B Mahol.

    Invalid sizes would be detected later by allocation failures,
    detecting problems earlier is cleaner.

    • [DH] libavfilter/avfiltergraph.c
  • Merge commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238'

    28 octobre 2017, par James Almer
    Merge commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238'
    

    * commit 'f56fa95cd13f627891a1bfb66bf61b971b9e0238' :
    swscale : Do not shift negative values directly

    14:30:21] <jamrial> michaelni : do you prefer how f56fa95cd1 (libav) handles left shift of negative value, or how we're currently doing it ?
    [14:30:31] <jamrial> ours is cleaner looking, IMO
    [14:30:57] <@ubitux> i agree
    [14:31:13] <@ubitux> if we didn't forget any, i think this commit is better noop'ed
    [14:31:57] <jamrial> ubitux : we even have a bunch of other cases this commit doesn't handle that i'd have to manually change, so yeah, i'm leaning towards nooping it
    [14:34:04] <michaelni> jamrial, +1, ours as its cleaner

    This commit is a noop.

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

  • vaapi_h265 : Convert to use coded bitstream infrastructure

    14 mai 2017, par Mark Thompson
    vaapi_h265 : Convert to use coded bitstream infrastructure
    

    Also improves the metadata and generally makes the configuration
    a bit cleaner.

    (cherry picked from commit ac12486714b48f9bd5d9167f90b77c936751d6ef)

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/vaapi_encode_h265.c
    • [DH] libavcodec/vaapi_encode_h26x.c
    • [DH] libavcodec/vaapi_encode_h26x.h