Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

  • avprobe : Print the display matrix from per-stream sidedata

    29 avril 2015, par Martin Storsjö
    avprobe : Print the display matrix from per-stream sidedata
    

    This is printed in a separate subgroup "displaymatrix" inside a
    new group named "sidedata". The subgroup has got two values,
    "rotation" (which is the parsed rotation from the matrix) and
    "matrix" containing the full actual values.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] avprobe.c
  • avconv : Add an option for automatically rotating video according to display matrix

    29 avril 2015, par Martin Storsjö
    avconv : Add an option for automatically rotating video according to display matrix
    

    The option is enabled by default, but can be disabled.

    If this is enabled, such side data isn’t copied into the output stream
    (except when doing stream copy).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] Changelog
    • [DBH] avconv.c
    • [DBH] avconv.h
    • [DBH] avconv_filter.c
    • [DBH] avconv_opt.c
    • [DBH] doc/avconv.texi
  • avformat/dump : remove line break on mastering display metadata info dump

    6 décembre 2016, par James Almer
    avformat/dump : remove line break on mastering display metadata info dump
    

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

    • [DH] libavformat/dump.c